TokenChomper
Verified contract
Active on
Base with 2,793 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf261…2c55
Balances ($422,344.65)
Native
Value
$86,542.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 25.80646 | $3,353.52 |
$86,542.48 | |
WETH | ERC-20 | 57.926011 | $3,338.08 |
$193,361.66 | |
USDC | ERC-20 | 76.67639K | $1.00 |
$76,676.39 | |
NETA | ERC-20 | 12.576379M | $0.002705 |
$34,019.11 | |
BRETT | ERC-20 | 21.865091K | $0.166292 |
$3,635.99 | |
CLANKER | ERC-20 | 37.17293 | $90.23 |
$3,354.11 | |
cbBTC | ERC-20 | 0.025098 | $92,697.00 |
$2,326.52 | |
ANON | ERC-20 | 67.647279K | $0.033314 |
$2,253.58 | |
MIGGLES | ERC-20 | 19.651229K | $0.109203 |
$2,145.97 | |
GUAN | ERC-20 | 265.030324K | $0.00613 |
$1,624.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22671346 | 6 days ago | | | 0 | 0.0000063579295 | |
| 22671343 | 6 days ago | | | 0 | 0.0000043613217 | |
| 22671341 | 6 days ago | | | 0 | 0.0000040090171 | |
| 22671338 | 6 days ago | | | 0 | 0.0000044919756 | |
| 22671335 | 6 days ago | | | 0 | 0.0000084152222 | |
| 22671332 | 6 days ago | | | 0 | 0.0000046684968 | |
| 22671330 | 6 days ago | | | 0 | 0.0000049108369 | |
| 22671328 | 6 days ago | | | 0 | 0.0000037902870 | |
| 22671326 | 6 days ago | | | 0 | 0.0000043718969 | |
| 22671323 | 6 days ago | | | 0 | 0.0000042337419 |
ABI
ABI objects
Getter at block 22943255
owner() view returns (address)
0xfcd4e19dd044cba929cf1eefc1c181ae4f5bece8
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routeProcessor() view returns (address)
0xf2614a233c7c3e7f08b1f887ba133a13f1eb2c55
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
trusted(address) view returns (bool)
State-modifying
Events acceptOwnership()
doAction(address to, uint256 _value, bytes data)
processRoute(address tokenIn, uint256 amountIn, address tokenOut, uint256 amoutOutMin, bytes route)
renounceOwnership()
setTrusted(address user, bool isTrusted)
transferOwnership(address newOwner)
updateRouteProcessor(address _routeProcessor)
withdraw(address token, address to, uint256 _value)
wrapEth()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetTrusted(address indexed user, bool isTrusted)
constructor(address _operator, address _routeProcessor, address _weth)
receive()
OnlyTrusted()
TransferFailed()