0xe08860c5ed1a34ff355c39aedd0202e5c60e639f
Unverified contract
Proxy
Active on
Ethereum with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xe682…eee1
Balances ($5.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ABOND | ERC-20 | 1.115743K | $0.004785 |
$5.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20622495 | 3 months ago | | | 0 | 0.000091593104 | |
| 20622489 | 3 months ago | | | 0 | 0.00011185637 |
ABI
ABI objects
Getter at block 21215849
owner() view returns (address)
0x76e010758d2ae3b81973e2047ce70168ccae2abf
payoutAddress() view returns (address)
0x3f5bedd3baef93aa4f8aa1891967a8027b82b7f5
payoutToken() view returns (address)
0xe6828d65bf5023ae1851d90d8783cc821ba7eee1
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
billContract(address) view returns (bool)
transferOwnership(address) view
valueOfToken(address _principalTokenAddress, uint256 _amount) view returns (uint256 value_)
State-modifying
Events acceptOwnership()
deposit(address _principalTokenAddress, uint256 _amountPrincipalToken, uint256 _amountPayoutToken)
deposit_FeeInPayout(address _principalTokenAddress, uint256 _amountPrincipalToken, uint256 _amountPayoutToken, uint256 _feePayoutToken, address _feeReceiver)
initialize(address _payoutToken, address _initialOwner, address _payoutAddress)
renounceOwnership()
setPendingOwner(address newPendingOwner)
toggleBillContract(address _billContract, bool _isActive)
withdraw(address _token, address _destination, uint256 _amount)
BillContractToggled(address indexed billContract, bool enabled)
Deposit(address indexed billContract, uint256 amountPrincipalToken, uint256 amountPayoutToken)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayoutFee(address indexed billContract, address feeReceiver, uint256 amountPayoutToken)
SetPendingOwner(address indexed pendingOwner)
Withdraw(address indexed token, address indexed destination, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.