MainnetCoinBridge
Verified contract
Active on
Ethereum with 113 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($200.13)
Native
Value
$200.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0525 | $3,812.01 |
$200.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17130723 | 2 years ago | | | 0 | 0.00095062658 | |
| 15979704 | 2 years ago | | | 0.0075 | 0.0014204583 | |
| 15979673 | 2 years ago | | | 0.0075 | 0.0010715015 | |
| 15383565 | 2 years ago | | | 0.0075 | 0.00039934261 | |
| 15170481 | 2 years ago | | | 0.0075 | 0.0017083371 | |
| 15170474 | 2 years ago | | | 0.0075 | 0.0012249080 | |
| 14974515 | 2 years ago | | | 0.0075 | 0.0027352561 | |
| 14963625 | 2 years ago | | | 0.0075 | 0.0071530483 | |
| 14764715 | 3 years ago | | | 0 | 0.0034330665 | |
| 14741384 | 3 years ago | | | 0.0075 | 0.0018784692 |
ABI
ABI objects
Getter at block 21381598
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
fee() view returns (uint256)
7500000000000000
requestId() view returns (uint256)
33
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events depositRainbows(uint256 _amount) payable
depositUnicorns(uint256 _amount) payable
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFee(uint256 _fee)
withdrawEth(uint256 _amount)
withdrawRainbows(address[] _owners, uint256[] _amounts, uint256[] _requestsIds)
withdrawUnicorns(address[] _owners, uint256[] _amounts, uint256[] _requestsIds)
EthWithdrawn(uint256 amount)
FeeSet(uint256 fee)
RainbowsDeposited(address indexed spender, uint256 amount, uint256 requestId)
RainbowsWithdrawn(address indexed owner, uint256 amount, uint256 requestId)
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)
UnicornsDeposited(address indexed spender, uint256 amount, uint256 requestId)
UnicornsWithdrawn(address indexed owner, uint256 amount, uint256 requestId)
constructor(address _stakingPool, address _lpStakingPool, address _lpV3StakingPool)
This contract contains no fallback and receive objects.
This contract contains no error objects.