MetroBridge
Verified contract
Active on
Ethereum with 4,124 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MET | ERC-20 | 102.134434 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17980997 | a year ago | | | 0 | 0.0011031864 | |
| 17969706 | a year ago | | | 0 | 0.0010731103 | |
| 17908555 | a year ago | | | 0 | 0.0010104373 | |
| 17805336 | a year ago | | | 0 | 0.0010965364 | |
| 17570879 | a year ago | | | 0 | 0.0012191750 | |
| 17561021 | a year ago | | | 0 | 0.00095373300 | |
| 17560996 | a year ago | | | 0 | 0.00074064839 | |
| 17511992 | a year ago | | | 0 | 0.0010853320 | |
| 17439347 | 2 years ago | | | 0 | 0.0015461125 | |
| 17344628 | 2 years ago | | | 0 | 0.0021654035 |
ABI
ABI objects
Getter at block 21393628
metTokenAddress() view returns (address)
0x1ffe8a8177d3c261600a8bd8080d424d64b7fbc2
owner() view returns (address)
0xd0198fb5e10472c5344d8783b8998d31106cbe82
primeBlockAddress() view returns (address)
0x2018a0f85690ade2d1bded1d0875cc470ca4dee0
signerAddress() view returns (address)
0x95321b981fbabb81ae2548ca4ae0bf0d6049a06f
transactionMetLimit() view returns (uint256)
10000000000000000000000000
Read-only
nonces(address) view returns (uint256)
State-modifying
Events burnMET(struct MetroBridgeTransaction transaction, bytes32 signatureR, bytes32 signatureVS)
mintMET(struct MetroBridgeTransaction transaction, bytes32 signatureR, bytes32 signatureVS)
mintPrime(struct MetroBridgeTransaction transaction, bytes32 signatureR, bytes32 signatureVS)
renounceOwnership()
setSignerAddress(address _signerAddress)
setTransactionMetLimit(uint256 _transactionMetLimit)
transferOwnership(address newOwner)
BurnedMET(address indexed sender, bytes16 indexed bridgeTransactionId, uint256 nonce, uint256 data)
MintedMET(address indexed sender, bytes16 indexed bridgeTransactionId, uint256 nonce, uint256 data)
MintedPrime(address indexed sender, bytes16 indexed bridgeTransactionId, uint256 nonce, uint256 data, uint256 primeTokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _signerAddress, address _metTokenAddress, address _primeBlockAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.