0x7b8fd3959315dbeca9dc5c5dad8ddae3c6a8d213
Verified contract
Proxy
Active on
Base with 76 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "0x7b8fd3959315dbeca9dc5c5dad8ddae3c6a8d213"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19047644 | 3 months ago | | | 0 | 0.000019681473 | |
| 18743677 | 3 months ago | | | 0 | 0.000029801434 | |
| 18139032 | 4 months ago | | | 0 | 0.000015928580 | |
| 17537434 | 4 months ago | | | 0 | 0.000011464576 | |
| 17537374 | 4 months ago | | | 0 | 0.000012882122 | |
| 17228733 | 4 months ago | | | 0 | 0.000041085613 | |
| 16626551 | 5 months ago | | | 0 | 0.000028977614 | |
| 16318307 | 5 months ago | | | 0 | 0.000023002027 | |
| 16016616 | 5 months ago | | | 0 | 0.000075518827 | |
| 15697932 | 6 months ago | | | 0 | 0.000018600563 |
ABI
ABI objects
Getter at block 23096235
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0xe0f7921414e79fe4459148d2e38fb68c9186decc
roleAdmin() pure returns (bytes32)
0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096
tank() view returns (address)
0x15eccfd11566c71e3d305560d1d8b52859160762
version() pure returns (uint16)
2
Read-only
availableTokens(address token) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events execute(address[] tokens)
grantRole(bytes32 role, address account)
initialize()
postUpgrade(bytes data)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setTank(address newTank)
transferOwnership(address newOwner)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TankSet(address prevTank, address newTank)
This contract contains no constructor objects.
receive()
AlreadyInitialized()
DuplicateToken()
InvalidAddress()
InvalidToken()
InvalidTokenLength()