RootTokenPeg
Verified contract
Active on
Ethereum with 4,730 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x110f…20e4
Balances ($385,566,509.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROOT | ERC-20 | 11.386888B | $0.033861 |
$385,566,509.81 | |
ROOT | ERC-20 | 12B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260413 | 4 hours ago | | | 0.0003 | 0.00075670410 | |
| 21257707 | 13 hours ago | | | 0.0003 | 0.0017779099 | |
| 21256639 | 17 hours ago | | | 0.0003 | 0.00069847010 | |
| 21254267 | a day ago | | | 0.0003 | 0.00075703299 | |
| 21252783 | a day ago | | | 0.0003 | 0.0012483971 | |
| 21251709 | a day ago | | | 0.0003 | 0.0018479886 | |
| 21251040 | a day ago | | | 0.0003 | 0.0020934381 | |
| 21251017 | a day ago | | | 0.0003 | 0.0018308688 | |
| 21250805 | 2 days ago | | | 0.0003 | 0.0012008164 | |
| 21249406 | 2 days ago | | | 0.0003 | 0.0010947002 |
ABI
ABI objects
Getter at block 21261566
bridge() view returns (address)
0x110fd9a44a056cb418d07f7d9957d0303f0020e4
depositsActive() view returns (bool)
true
owner() view returns (address)
0x8939c5e40d92daa6f04a583c919e765a57bdd046
palletAddress() view returns (address)
0x6d6f646c65726332307065670000000000000000
rootToken() view returns (address)
0xa3d4bee77b05d4a0c943877558ce21a763c4fa29
withdrawalsActive() view returns (bool)
true
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events adminEmergencyWithdraw(address _tokenAddress, uint128 _amount, address _recipient)
deposit(address _tokenAddress, uint128 _amount, address _destination) payable
endow() payable
onMessageReceived(address _source, bytes _message)
renounceOwnership()
setBridgeAddress(address _bridge)
setDepositsActive(bool _active)
setPalletAddress(address _palletAddress)
setRootToken(address _rootToken)
setWithdrawalsActive(bool _active)
transferOwnership(address newOwner)
AdminWithdraw(address indexed _address, address indexed tokenAddress, uint128 indexed amount)
BridgeAddressUpdated(address indexed bridge)
Deposit(address indexed _address, address indexed tokenAddress, uint128 indexed amount, address destination)
DepositActiveStatus(bool indexed active)
Endowed(uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PalletAddressUpdated(address indexed palletAddress)
RootTokenUpdated(address indexed rootToken)
Withdraw(address indexed _address, address indexed tokenAddress, uint128 indexed amount)
WithdrawalActiveStatus(bool indexed active)
constructor(address _bridge, address _rootToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.