PoolController
Verified contract
Active on
Ethereum with 19 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) |
---|---|---|---|---|---|---|---|
| 12374855 | 4 years ago | | | 0 | 0.0088462080 | |
| 12374849 | 4 years ago | | | 0 | 0.0088462080 | |
| 12374801 | 4 years ago | | | 0 | 0.0082926000 | |
| 12374705 | 4 years ago | | | 0 | 0.0078793380 | |
| 11796072 | 4 years ago | | | 0 | 0.018714672 | |
| 11796068 | 4 years ago | | | 0 | 0.018974598 | |
| 11796066 | 4 years ago | | | 0 | 0.018974598 | |
| 11796061 | 4 years ago | | | 0 | 0.022221621 | |
| 11753228 | 4 years ago | | | 0 | 0.028282980 | |
| 11752239 | 4 years ago | | | 0 | 0.0046524400 |
ABI
ABI objects
Getter at block 21158646
ddimTokenAddress() view returns (address)
0xfbeea1c75e4c4465cb2fccc9c6d6afe984558e20
devAddress() view returns (address)
0x5e977851f7a0a094d802fc072b743b2d1ca6b9cc
drainAddress() view returns (address)
0x7f9646924ccb5835870a05b370706a0904ce40e5
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)
changeEmergencyWithdrawStatus(uint256 poolIndex, bool status)
mint(address to, uint256 value)
newPool(address lpToken, uint256 startingBlock, uint256[] blocks, uint256[] farmingSupplies)
renounceOwnership()
setDrainAddress(address _drainAddress)
transferOwnership(address newOwner)
NewPool(address indexed poolAddress, address lpToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _duckTokenAddress, address _devAddress, address _ddimTokenAddress, address _drainAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.