Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "COOMER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19140730 | 3 months ago | | | 0 | 1.9913318e-7 | |
| 19140191 | 3 months ago | | | 0 | 4.2696126e-7 | |
| 19139614 | 3 months ago | | | 0 | 1.5374980e-7 | |
| 19139541 | 3 months ago | | | 0 | 1.5359148e-7 | |
| 19139540 | 3 months ago | | | 0 | 1.5339377e-7 | |
| 19139085 | 3 months ago | | | 0 | 0.0000053502747 | |
| 19137821 | 3 months ago | | | 0 | 2.4191831e-7 | |
| 19136609 | 3 months ago | | | 0 | 4.7351924e-7 | |
| 19134779 | 3 months ago | | | 0 | 2.5987745e-7 | |
| 19134771 | 3 months ago | | | 0 | 2.5935775e-7 |
ABI
ABI objects
Getter at block 22920533
coomerAddress() view returns (address)
0xe7c358eb9b125770206918d8456d42eaca2d2c25
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
2326
name() view returns (string)
COOMER
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xe91271cd9c4a9e75f9f3413e83ce405017bea8a9
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
COOMER
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
coomerFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
coomerAddressSetup(address _newAddress)
coomerFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
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)
ExcludeFromTradingRestriction(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)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
coomerAddressUpdated(address coomerAddress)
coomerFeeSent(address recipient, uint256 amount)
coomerFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.