Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Treasury"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13820192 | 3 years ago | | | 0 | 0.0038217629 | |
| 13820182 | 3 years ago | | | 0 | 0.0033822044 | |
| 13820134 | 3 years ago | | | 0 | 0.0043316023 |
ABI
ABI objects
Getter at block 21076996
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xfd9ad7f8b72fc133543cb7ccc2f11c03b81726f9
payoutToken() view returns (address)
0x2602278ee1882889b946eb11dc0e810075650983
Read-only
isBondContract(address) view returns (bool)
maxPayouts(address) view returns (uint256)
payouts(address) view returns (uint256)
valueOfToken(address _principalToken, uint256 _amount) view returns (uint256)
State-modifying
Events acceptOwnership()
deposit(address _principalToken, uint256 _principalAmount, uint256 _payoutAmount)
nominateNewOwner(address _owner)
resetPayout(address _bond)
setBondContract(address _bond, bool _approve)
setMaxPayout(address _bond, uint256 _max)
withdraw(address _token, address _destination, uint256 _amount)
OwnerChanged(address newOwner)
OwnerNominated(address newOwner)
ResetPayout(address indexed bond, uint256 sold)
SetBondContract(address bond, bool approved)
SetMaxPayout(address indexed bond, uint256 max)
Withdraw(address indexed token, address indexed destination, uint256 amount)
constructor(address _payoutToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.