Technical details

This proposal triggers the execution of the following blockchain transactions. These transactions are already encoded during the submission of the proposal to Snapshot.org, and can be independently verified through the Snapshot.org web interface.

Batch 1 transaction 1

Mint 14100e18 $ZKP as rewards for deployment:

VestingPools@eth::releaseTo(18, "0x505796f5bc290269d2522cf19135ad7aa60dfd77", "14100000000000000000000")

Batch 1 transaction 2

Transfer 16100e18 $ZKP to the community member who deployed and configured point 4.1 and 4.2 of the proposed actions section of this proposal:

ZKPToken@eth::transfer("0xE1B583De9cB37196031b771686734a31ec365768", "16100000000000000000000")

** ** Transactions Overview:

1.1 - Mint 14100e18 $ZKPs as rewards for deployment according to PIP-13:

VestingPools@eth::releaseTo(18, "0x505796f5bc290269d2522cf19135ad7aa60dfd77", "14100000000000000000000")

1.2. - Send 16100e18 $ZKPs as rewards for deployment according to PIP-13:

ZKPToken@eth::transfer("0xE1B583De9cB37196031b771686734a31ec365768", "16100000000000000000000")

Batch #1:

========

Tx #1.1.

To:

0xb476104aa9D1f30180a01987FB09b1e96dDCF14B // VestingPools@eth

Call:

VestingPools@eth::releaseTo(18, "0x505796f5bc290269d2522cf19135ad7aa60dfd77", "14100000000000000000000")

ABI:

[{"inputs":[{"internalType":"uint256","name":"poolId","type":"uint256"},{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"releaseTo","outputs":[{"internalType":"uint256","name":"released","type":"uint256"}],"stateMutability":"nonpayable","type":"function"}]

params:

- uint256 poolId: 18

- address account: 0x505796f5bc290269d2522cf19135ad7aa60dfd77 // DAO_Multisig@eth,

- uint256 amount: 14100000000000000000000 // 14100e18 tokens (=0x2FC5CCEDEFF8FD00000)

txData:

0x2a7d7bc50000000000000000000000000000000000000000000000000000000000000012000000000000000000000000505796f5bc290269d2522cf19135ad7aa60dfd770000000000000000000000000000000000000000000002fc5ccedeff8fd00000

Tx #1.2.

To:

0x909E34d3f6124C324ac83DccA84b74398a6fa173 // ZKPToken@eth

Call:

ZKPToken@eth::transfer("0xE1B583De9cB37196031b771686734a31ec365768", "16100000000000000000000")

ABI:

[{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}]

params:

- address recipient: 0xE1B583De9cB37196031b771686734a31ec365768

- uint256 amount: 16100000000000000000000 // 16100e18 tokens (=0x368C8623A8B4D100000)

txData:

0xa9059cbb000000000000000000000000e1b583de9cb37196031b771686734a31ec365768000000000000000000000000000000000000000000000368c8623a8b4d100000

Last updated