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 |
---|---|---|---|---|---|
ETFETH | ERC-20 | 33.268387M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131745 | 13 days ago | | | 0 | 0.00093440542 | |
| 20801128 | 2 months ago | | | 0 | 0.0011815414 | |
| 20798953 | 2 months ago | | | 0 | 0.00047987869 | |
| 20708766 | 2 months ago | | | 0 | 0.000037089596 | |
| 20653233 | 3 months ago | | | 0 | 0.000029758794 | |
| 20631056 | 3 months ago | | | 0 | 0.000034612969 | |
| 20578354 | 3 months ago | | | 0 | 0.00035581798 | |
| 20578347 | 3 months ago | | | 0 | 0.00035880836 | |
| 20563929 | 3 months ago | | | 0 | 0.000078955089 | |
| 20552581 | 3 months ago | | | 0 | 0.000040327187 |
ABI
ABI objects
Getter at block 21222468
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
20999788576235682850488
getSwapThresholdAmount() view returns (uint256)
203859794768297031688022
marketingAddress() view returns (address)
0xc899892c6eeeefb0ce216b9f2cba57ef66e7632e
name() view returns (string)
ETFETH
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x7c5d05edbdc806f0aaa0f1717e8eca2374844aa0
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
ETFETH
totalSupply() view returns (uint256)
120000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
marketingFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
marketingAddressSetup(address _newAddress)
marketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
marketingAddressUpdated(address marketingAddress)
marketingFeeSent(address recipient, uint256 amount)
marketingFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.