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 |
---|---|---|---|---|---|
COKE | ERC-20 | 79.4097M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17312019 | 2 years ago | | | 0 | 0.0019003495 | |
| 17311893 | 2 years ago | | | 0 | 0.0018374651 | |
| 17311876 | 2 years ago | | | 0 | 0.0015506096 | |
| 17311859 | 2 years ago | | | 0 | 0.0017502499 | |
| 17311834 | 2 years ago | | | 0 | 0.0013915638 | |
| 17311825 | 2 years ago | | | 0 | 0.0013875958 | |
| 17311821 | 2 years ago | | | 0 | 0.0013824600 | |
| 17311809 | 2 years ago | | | 0 | 0.0012982283 | |
| 17311806 | 2 years ago | | | 0 | 0.0013596685 | |
| 17311789 | 2 years ago | | | 0 | 0.0013417461 |
ABI
ABI objects
Getter at block 21384691
buyFee() view returns (uint256)
0
creatorWallet() view returns (address)
0xc3e1a545672ff99261d8c9bc67c143071efb5de0
decimals() view returns (uint8)
18
name() view returns (string)
COKE
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
99
symbol() view returns (string)
COKE
totalSupply() view returns (uint256)
10000000000999999999999999998999999999
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(address _to, uint256 _amount)
buy() payable
renounceOwnership()
sell(uint256 _amount)
setFees(uint256 newBuyFee, uint256 newSellFee)
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.