PoolController
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc0ba…305f
Balances ($0.00)
No balances found for "PoolController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11641793 | 4 years ago | | | 0 | 0.011611296 | |
| 11615166 | 4 years ago | | | 0 | 0.32809573 | |
| 11614728 | 4 years ago | | | 0 | 0.34757284 | |
| 11528352 | 4 years ago | | | 0 | 0.17607190 | |
| 11528288 | 4 years ago | | | 0 | 0.012822094 | |
| 11528280 | 4 years ago | | | 0 | 0.010035353 | |
| 11528213 | 4 years ago | | | 0 | 0.0030731550 | |
| 11515987 | 4 years ago | | | 0 | 0.0097436250 | |
| 11515977 | 4 years ago | | | 0 | 0.010288113 | |
| 11497730 | 4 years ago | | | 0 | 0.22637815 |
ABI
ABI objects
Getter at block 21177988
ddimTokenAddress() view returns (address)
0xfbeea1c75e4c4465cb2fccc9c6d6afe984558e20
devAddress() view returns (address)
0x5e977851f7a0a094d802fc072b743b2d1ca6b9cc
duck() view returns (address)
0xc0ba369c8db6eb3924965e5c4fd0b4c1b91e305f
owner() view returns (address)
0xd408edf30ddeddea353accb987198129e95b9207
Read-only
canMint(address) view returns (bool)
pools(uint256) view returns (address)
State-modifying
Events addPeriod(uint256 poolIndex, uint256 startingBlock, uint256 blocks, uint256 farmingSupply)
addRevenue(uint256 poolIndex, address tokenAddress, uint256 amount, address _revenueSource)
mint(address to, uint256 value)
newPool(address lpToken, uint256 startingBlock, uint256[] blocks, uint256[] farmingSupplies)
renounceOwnership()
transferOwnership(address newOwner)
NewPool(address indexed poolAddress, address lpToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _duckTokenAddress, address _devAddress, address _ddimTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.