CurrencyManager
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "CurrencyManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13886899 | 3 years ago | | | 0 | 0.0013115321 | |
| 13885597 | 3 years ago | | | 0 | 0.0080954720 |
ABI
ABI objects
Getter at block 21224090
owner() view returns (address)
0xb624e4148ef395458d361547c9fdb59b62a84bd2
viewCountWhitelistedCurrencies() view returns (uint256)
0
Read-only
isCurrencyWhitelisted(address currency) view returns (bool)
viewWhitelistedCurrencies(uint256 cursor, uint256 size) view returns (address[], uint256)
State-modifying
Events addCurrency(address currency)
removeCurrency(address currency)
renounceOwnership()
transferOwnership(address newOwner)
CurrencyRemoved(address indexed currency)
CurrencyWhitelisted(address indexed currency)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.