TransparentUpgradeableProxyImmutable
Verified contract
Proxy
Active on
Ethereum with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
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 49 additional slots
Balances ($59,068,124.52)
Native
Value
$12,143,752.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.184369K | $3,813.55 |
$12,143,752.23 | |
BNT | ERC-20 | 34.989419M | $0.833048 |
$29,147,865.54 | |
LINK | ERC-20 | 449.536285K | $24.16 |
$10,860,796.65 | |
WBTC | ERC-20 | 47.600035 | $100,458.00 |
$4,781,804.29 | |
ENJ | ERC-20 | 2.021145M | $0.302557 |
$611,511.65 | |
vBNT | ERC-20 | 442.599916K | $0.784876 |
$347,386.05 | |
BAT | ERC-20 | 1.170282M | $0.289674 |
$339,000.21 | |
MATIC | ERC-20 | 235.810845K | $0.633126 |
$149,297.98 | |
wNXM | ERC-20 | 1.931462K | $76.33 |
$147,428.49 | |
UNI | ERC-20 | 4.66167K | $17.04 |
$79,434.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19204791 | 10 months ago | | | 0 | 0.00056760176 | |
| 19204745 | 10 months ago | | | 0 | 0.00077828228 | |
| 16210063 | 2 years ago | | | 0 | 0.00061753697 | |
| 16210059 | 2 years ago | | | 0 | 0.0010618057 | |
| 16210054 | 2 years ago | | | 0 | 0.0016078108 | |
| 16144415 | 2 years ago | | | 0 | 0.00040618250 | |
| 14609424 | 3 years ago | | | 0 | 0.0035101591 | |
| 14609421 | 3 years ago | | | 0 | 0.0031601129 | |
| 14609402 | 3 years ago | | | 0 | 0.0045097557 |
ABI
ABI objects
Getter at block 21383195
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
isPaused() view returns (bool)
false
isPayable() pure returns (bool)
true
paused() view returns (bool)
false
roleAdmin() pure returns (bytes32)
0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096
roleAssetManager() pure returns (bytes32)
0x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1
roleBNTManager() pure returns (bytes32)
0x4cbb5676e6e25e1a3b8a36de10472bcac96f97bd8dd87af6f330881b84739eb8
version() pure returns (uint16)
1
Read-only
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 admin() returns (address)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
burn(address token, uint256 amount)
grantRole(bytes32 role, address account)
initialize()
pause()
postUpgrade(bytes data)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
unpause()
withdrawFunds(address token, address target, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
FundsBurned(address indexed token, address indexed caller, uint256 amount)
FundsWithdrawn(address indexed token, address indexed caller, address indexed target, uint256 amount)
Paused(address account)
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)
Unpaused(address account)
constructor(address logic, address initAdmin, bytes data)
fallback()
receive()
receive()
AccessDenied()
InvalidAddress()
AccessDenied()
AlreadyInitialized()
InvalidAddress()
InvalidToken()
NotPayable()