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 |
---|---|---|---|---|---|
CHEERS | ERC-20 | 14.003166M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23101970 | 2 days ago | | | 0 | 9.5544226e-7 | |
| 23015435 | 4 days ago | | | 0 | 9.3129942e-7 | |
| 22907729 | 6 days ago | | | 0 | 0.000000503402676986 | |
| 22849773 | 8 days ago | | | 0 | 9.6202147e-7 | |
| 22843229 | 8 days ago | | | 0 | 3.4194593e-7 | |
| 22821155 | 8 days ago | | | 0 | 0.000000070408427980 | |
| 22820974 | 8 days ago | | | 0 | 0.000000071842087284 | |
| 22820920 | 8 days ago | | | 0 | 0.000000073188328994 | |
| 22820857 | 8 days ago | | | 0 | 0.000000080824292742 | |
| 22820679 | 8 days ago | | | 0 | 1.2791420e-7 |
ABI
ABI objects
Getter at block 23183518
buyFee() view returns (uint256)
0
creatorWallet() view returns (address)
0xc2ff3c759a9d4b72ab05b858a5dfe68a38c23454
decimals() view returns (uint8)
18
name() view returns (string)
DiCaprio
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
99
symbol() view returns (string)
CHEERS
totalSupply() view returns (uint256)
100000000000000000999999999999999998999999999
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
exemptedWallets(uint256) view returns (address)
State-modifying
Events airdrop(address _to, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
buy() payable
openTrading(uint256 newBuyFee, uint256 newSellFee)
renounceOwnership()
sell(uint256 _amount)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _creatorWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.