MinterProxyV2
Verified contract
Active on
Base with 9,503 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001575 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 291.37013 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21880115 | 14 minutes ago | | | 0.01 | 4.3544057e-7 | |
| 21879806 | 25 minutes ago | | | 0 | 0.000000407736989693 | |
| 21879716 | 28 minutes ago | | | 0 | 0.000000407787722705 | |
| 21879577 | 32 minutes ago | | | 0 | 4.1946477e-7 | |
| 21879477 | 36 minutes ago | | | 0.003 | 4.2110189e-7 | |
| 21876605 | 2 hours ago | | | 0 | 0.000000407736989693 | |
| 21874369 | 3 hours ago | | | 0 | 0.000000407736989693 | |
| 21873990 | 4 hours ago | | | 0 | 0.000000401395363193 | |
| 21873880 | 4 hours ago | | | 0 | 0.000000401446096205 | |
| 21873656 | 4 hours ago | | | 0.00229 | 3.1074516e-7 |
ABI
ABI objects
Getter at block 21880543
NATIVE() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
_liquidpool() view returns (address)
0x66ff2f0ac3214758d1e61b16b41e3d5e62caecf1
_orderID() view returns (uint256)
300000005021
chainID() view returns (uint256)
8453
controllerCnt() view returns (uint8)
1
owner() view returns (address)
0x1d9a17f3097cee804b3c3717222a22b8eb55bcb1
wNATIVE() view returns (address)
0x4200000000000000000000000000000000000006
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
pause()
removeController(address _controller)
setLiquidpool(address _lp)
setWrapNative(address _wNative)
transferOwnership(address newOwner)
unpause()
vaultIn(uint256 orderID, address receiveToken, address receiver, bool burnable, uint256 amount)
vaultInAndCall(uint256 orderID, address tokenAddr, address toAddr, bool burnable, uint256 amount, address receiver, address receiveToken, uint256[] fees, bytes data)
vaultOut(address tokenAddr, uint256 amount, bool burnable, bytes order) payable
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, uint256 serviceFee, uint256 gasFee)
LogVaultOut(address indexed token, address indexed from, uint256 indexed orderID, uint256 amount, address vault, bytes order)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(uint256 _id_prefix, address _lp, address _wNative)
fallback()
receive()
This contract contains no error objects.