Cross-Chain Bridge Token
Verified contract
Proxy
Active on
Ethereum
Unified storage
Map
Table
Raw
Constants and immutables
4
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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "Cross-Chain Bridge Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196970 | 3 days ago | | | 0 | 0.00084326970 | |
| 21130809 | 12 days ago | | | 0 | 0.0011745298 | |
| 21113852 | 15 days ago | | | 0 | 0.00020274521 | |
| 21113847 | 15 days ago | | | 0 | 0.00024617122 | |
| 20941304 | a month ago | | | 0 | 0.0010194986 | |
| 20933108 | a month ago | | | 0 | 0.00055677628 | |
| 20706553 | 2 months ago | | | 0 | 0.00019305120 | |
| 20699362 | 2 months ago | | | 0 | 0.00018500474 | |
| 20699331 | 2 months ago | | | 0 | 0.000075556570 | |
| 20684087 | 2 months ago | | | 0 | 0.00022501639 |
ABI
ABI objects
Getter at block 21218254
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGE_TOKEN_ROLE() view returns (bytes32)
0x74d225bb49ea7c9662f9af8815ed7e23c757a6db91f592589e24c98cdd1ba087
MANAGE_UPGRADES_ROLE() view returns (bytes32)
0xa4254957378b1b029002037cdde9a929320dca7844d0cd60835508c4a5da7077
PAUSABILITY_PAUSE_ROLE() view returns (bytes32)
0xd45448057dd4bec91524a9aa1c58ba5873b99fee065c4fe61a84ea8374011cba
PAUSABILITY_UNPAUSE_ROLE() view returns (bytes32)
0x8803b79cf103fbbe05f367aebd7133df95e66e35cd2fd4354572749b340fa030
decimals() view returns (uint8)
18
name() view returns (string)
Cross-Chain Bridge Token
paused() view returns (bool)
false
symbol() view returns (string)
BRIDGE
totalSupply() view returns (uint256)
9101548449544100980226374
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 _totalSupply)
mint(address to, uint256 amount)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.