Tokenlon
Verified contract
Proxy
Active on
Ethereum
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($44,138.03)
Native
Value
$6,393.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.886451 | $3,389.37 |
$6,393.88 | |
USDT | ERC-20 | 37.523957K | $1.002 |
$37,599 | |
USDC | ERC-20 | 145 | $1.001 |
$145.14 | |
FLO | ERC-20 | 50K | -- | -- | |
PMR | ERC-20 | 33K | -- | -- | |
CHUA | ERC-20 | 20K | -- | -- | |
MUNCH | ERC-20 | 10K | -- | -- | |
PLBK | ERC-20 | 10K | -- | -- | |
BTH | ERC-20 | 777 | -- | -- | |
ETH | ERC-20 | 30 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241197 | a minute ago | | | 0 | 0.0025393547 | |
| 21241197 | a minute ago | | | 0 | 0.0027264707 | |
| 21241185 | 4 minutes ago | | | 3.5 | 0.0032714140 | |
| 21241182 | 4 minutes ago | | | 0 | 0.0029956148 | |
| 21241170 | 7 minutes ago | | | 0.102 | 0.0030168932 | |
| 21241166 | 8 minutes ago | | | 0 | 0.0030554388 | |
| 21241164 | 8 minutes ago | | | 0 | 0.0035520953 | |
| 21241155 | 10 minutes ago | | | 0 | 0.0042365908 | |
| 21241141 | 13 minutes ago | | | 2.515 | 0.0029248279 | |
| 21241132 | 15 minutes ago | | | 200 | 0.0032860410 |
ABI
ABI objects
Getter at block 21241202
ammWrapperAddr() view returns (address)
0x4a14347083b80e5216ca31350a2d21702ac3650d
isAMMEnabled() view returns (bool)
true
isLimitOrderEnabled() view returns (bool)
true
isPMMEnabled() view returns (bool)
true
isRFQEnabled() view returns (bool)
true
isRFQv2Enabled() view returns (bool)
false
limitOrderAddr() view returns (address)
0x623a6b3424f3d5e2ec677d5bb92ba12a9dc4f71a
operator() view returns (address)
0x9afc226dc049b99342ad6774eeb08bfa2f874465
pmmAddr() view returns (address)
0x8d90113a1e286a5ab3e496fbd1853f265e5913c6
rfqAddr() view returns (address)
0xfd6c2d2499b1331101726a8ac68ccc9da3fab54f
rfqv2Addr() view returns (address)
0x91c986709bb4fe0763edf8e2690ee9d5019bea4a
version() view returns (string)
5.2.0
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
initialize(address _operator)
multicall(bytes[] data, bool revertOnFail) returns (bool[] successes, bytes[] results)
nominateNewOperator(address _newOperator)
setAMMStatus(bool _enable)
setLimitOrderStatus(bool _enable)
setPMMStatus(bool _enable)
setRFQStatus(bool _enable)
setRFQv2Status(bool _enable)
toAMM(bytes _payload) payable
toLimitOrder(bytes _payload)
toPMM(bytes _payload) payable
toRFQ(bytes _payload) payable
toRFQv2(bytes _payload) payable
upgradeAMMWrapper(address _newAMMWrapperAddr, bool _enable)
upgradeLimitOrder(address _newLimitOrderAddr, bool _enable)
upgradePMM(address _newPMMAddr, bool _enable)
upgradeRFQ(address _newRFQAddr, bool _enable)
upgradeRFQv2(address _newRFQv2Addr, bool _enable)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
MulticallFailure(uint256 index, string reason)
OperatorChanged(address indexed oldOperator, address indexed newOperator)
OperatorNominated(address indexed newOperator)
SetAMMStatus(bool enable)
SetLimitOrderStatus(bool enable)
SetPMMStatus(bool enable)
SetRFQStatus(bool enable)
SetRFQv2Status(bool enable)
UpgradeAMMWrapper(address newAMMWrapper)
UpgradeLimitOrder(address newLimitOrder)
UpgradePMM(address newPMM)
UpgradeRFQ(address newRFQ)
UpgradeRFQv2(address newRFQv2)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.