MinterProxy
Verified contract
Active on
Ethereum with 17,348 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21.00)
Native
Value
$2.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000605 | $3,683.15 |
$2.23 | |
USDT | ERC-20 | 16 | $1.001 |
$16.02 | |
Metis | ERC-20 | 0.04469 | $61.62 |
$2.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20238518 | 5 months ago | | | 0 | 0.0036563233 | |
| 20235453 | 5 months ago | | | 0 | 0.0017783013 | |
| 20234355 | 5 months ago | | | 0 | 0.0030915546 | |
| 20233790 | 5 months ago | | | 0 | 0.0043706895 | |
| 20203178 | 5 months ago | | | 0 | 0.00066117774 | |
| 20203164 | 5 months ago | | | 0 | 0.00050844884 | |
| 20203148 | 5 months ago | | | 0 | 0.00085533363 | |
| 20203135 | 5 months ago | | | 0 | 0.00053133505 | |
| 20203123 | 5 months ago | | | 0 | 0.00083347408 | |
| 20200161 | 5 months ago | | | 0 | 0.00058034371 |
ABI
ABI objects
Getter at block 21301509
NATIVE() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
chainID() view returns (uint256)
1
controllerCnt() view returns (uint8)
1
liquidpool() view returns (address)
0x8a4aa176007196d48d39c89402d3753c39ae64c1
owner() view returns (address)
0xcd66ae3529d74cd1d7185fe6882a3b80b791f875
Read-only
completedOrder(uint256) view returns (bool)
isController(address _controller) view returns (bool)
isUUIDCompleted(uint256 uuid) view returns (bool)
State-modifying
Events addController(address _controller)
call(address _target, bytes _data) payable
removeController(address _controller)
setLiquidpool(address _liquidpool)
transferOwnership(address newOwner)
vaultIn(uint256 orderID, address tokenAddr, address toAddr, uint256 amount)
vaultInAndCall(uint256 orderID, address tokenAddr, address toAddr, uint256 amount, bool isNative, address receiver, address receiveToken, bytes data)
withdrawFee(address token, uint256 amount)
ControllerAdded(address controller)
ControllerRemoved(address controller)
LogVaultCall(address indexed target, uint256 amount, bool success, bytes reason)
LogVaultIn(address indexed token, uint256 indexed orderID, address indexed receiver, uint256 amount)
LogVaultOut(address indexed token, address indexed from, uint256 fromChainID, uint256 amount, string toChain, string toAddr)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _NATIVE, address _liquidpool)
fallback()
receive()
This contract contains no error objects.