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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22758199 | 25 minutes ago | | | 0 | 8.7591881e-7 | |
| 22758199 | 25 minutes ago | | | 0 | 8.7621565e-7 | |
| 22757299 | an hour ago | | | 0 | 8.9458045e-7 | |
| 22756400 | an hour ago | | | 0 | 7.8689545e-7 | |
| 22755499 | 2 hours ago | | | 0 | 7.3360993e-7 | |
| 22754599 | 2 hours ago | | | 0 | 6.7508388e-7 | |
| 22752800 | 3 hours ago | | | 0 | 5.7198942e-7 | |
| 22752800 | 3 hours ago | | | 0 | 5.7276611e-7 | |
| 22751901 | 4 hours ago | | | 0 | 5.6398622e-7 | |
| 22751901 | 4 hours ago | | | 0 | 5.6398622e-7 |
ABI
ABI objects
Getter at block 22758935
owner() view returns (address)
0xe37f7c80ced04c4f243c0fd04a5510d663cb88b5
stargate() view returns (address)
0xdc181bd607330aeebef6ea62e03e5e1fb4b6f7c7
stargateType() view returns (uint8)
0
Read-only
applyFee(struct FeeParams _params) view returns (uint64 amountOutSD)
applyFeeView(struct FeeParams _params) view returns (uint64 amountOutSD)
feeConfigs(uint32 eid) view returns (bool paused, uint64 zone1UpperBound, uint64 zone2UpperBound, uint24 zone1FeeMillionth, uint24 zone2FeeMillionth, uint24 zone3FeeMillionth, uint24 rewardMillionth)
State-modifying
Events renounceOwnership()
setFeeConfig(uint32 _dstEid, uint64 _zone1UpperBound, uint64 _zone2UpperBound, uint24 _zone1FeeMillionth, uint24 _zone2FeeMillionth, uint24 _zone3FeeMillionth, uint24 _rewardMillionth)
setPaused(uint32 _dstEid, bool _isPaused)
transferOwnership(address newOwner)
FeeConfigSet(uint32 eid, struct FeeConfig config)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PausedSet(uint32 eid, bool isPaused)
constructor(address _stargate)
This contract contains no fallback and receive objects.
FeeLib_InvalidFeeConfiguration()
FeeLib_Paused()
FeeLib_Unauthorized()