CloverBridge
Verified contract
Active on
Ethereum with 5,560 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CLV | ERC-20 | 5.457894M | $0.030444 |
$166,160.89 | |
TKX | ERC-20 | 0.000052 | $11.83 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154253 | 13 hours ago | | | 0 | 0.00080914629 | |
| 21153386 | 16 hours ago | | | 0 | 0.0010766743 | |
| 21143811 | 2 days ago | | | 0 | 0.0020288311 | |
| 21140441 | 2 days ago | | | 0 | 0.00070739437 | |
| 21140418 | 2 days ago | | | 0 | 0.00081538576 | |
| 21139929 | 3 days ago | | | 0 | 0.0012441263 | |
| 21135865 | 3 days ago | | | 0 | 0.0012485379 | |
| 21135727 | 3 days ago | | | 0 | 0.00069303289 | |
| 21135676 | 3 days ago | | | 0 | 0.0024019295 | |
| 21135662 | 3 days ago | | | 0 | 0.0024182137 |
ABI
ABI objects
Getter at block 21158138
BRIDGE_ROLE() view returns (bytes32)
0x52ba824bfabc2bcfcdf7f0edbb486ebb05e1836c90e78047efeb949990f72e5f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_token() view returns (address)
0x80c62fe4487e1351b47ba49809ebd60ed085bf52
getToken() view returns (address)
0x80c62fe4487e1351b47ba49809ebd60ed085bf52
Read-only
_mintedTransactions(uint32, bytes32) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isMinted(uint32 chainId, bytes32 txHash) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events crossTransfer(uint32 chainId, bytes32 dest, uint256 amount) returns (bool)
crossTransferNative(uint32 chainId, bytes32 dest) payable returns (bool)
grantRole(bytes32 role, address account)
mintTransaction(uint32 chainId, bytes32 txHash, address dest, uint256 amount) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
withdraw(address token) returns (bool)
CrossTransfered(uint32 indexed chainId, address indexed from, bytes32 indexed dest, uint256 amount)
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)
TransactionMinted(uint32 indexed chainId, bytes32 txHash, address indexed dest, uint256 amount)
constructor(address token)
receive()
This contract contains no error objects.