MainnetBridgePool
Verified contract
Active on
Ethereum with 2,983 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($642,204.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RAINI | ERC-20 | 95.458287M | $0.006728 |
$642,204.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19337329 | 8 months ago | | | 0 | 0.0017701697 | |
| 19335941 | 8 months ago | | | 0.011760522 | 0.0092813059 | |
| 19335638 | 8 months ago | | | 0.011552606 | 0.0063120429 | |
| 19335634 | 8 months ago | | | 0 | 0.0029693831 | |
| 19335603 | 8 months ago | | | 0 | 0.0034843586 | |
| 19335172 | 8 months ago | | | 0 | 0.0038595641 | |
| 19327938 | 8 months ago | | | 0.011863437 | 0.0085234761 | |
| 19323534 | 8 months ago | | | 0.014635766 | 0.0036020253 | |
| 19317734 | 8 months ago | | | 0.020647881 | 0.0035701400 | |
| 19315734 | 8 months ago | | | 0.012228592 | 0.0043896624 |
ABI
ABI objects
Getter at block 21158628
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
autoWithdrawFee() view returns (bool)
true
fee() view returns (uint256)
999999999999999999999999999999999999999
percentFee() view returns (uint256)
1000
percentFeeDecimals() view returns (uint256)
1
raini() view returns (address)
0xeb953eda0dc65e3246f43dc8fa13f35623bdd5ed
requestId() view returns (uint256)
1778
treasuryAddress() view returns (address)
0x82f9d5fe6c46990f3c2536e83b2b4e1c0a91f27f
Read-only
getFee(uint256 _amount) 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 deposit(address _recipient, uint256 _amount) payable
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAutoWithdrawFee(bool _autoWithdrawFee)
setFee(uint256 _fee, uint256 _percentFee, uint256 _percentFeeDecimals)
setTreasuryAddress(address _treasuryAddress)
withdraw(address[] _owners, uint256[] _amounts, uint256[] _requestsIds)
withdrawEth(uint256 _amount)
AutoWithdrawFeeSet(bool autoWithdraw)
Deposited(address indexed spender, address recipient, uint256 amount, uint256 requestId)
EthWithdrawn(uint256 amount)
FeeSet(uint256 fee, uint256 percentFee, uint256 percentFeeDecimals)
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)
TreasuryAddressSet(address treasuryAddress)
Withdrawn(address indexed owner, uint256 amount, uint256 requestId)
constructor(address _raini)
This contract contains no fallback and receive objects.
This contract contains no error objects.