CoinLottoToken
Verified contract
Active on
Ethereum with 356 txns
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 "CoinLottoToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7586841 | 6 years ago | | | 0 | 0.00037044000 | |
| 7440991 | 6 years ago | | | 0 | 0.00017781120 | |
| 7311426 | 6 years ago | | | 0 | 0.00047762720 | |
| 7246979 | 6 years ago | | | 0 | 0.0018735840 | |
| 7238256 | 6 years ago | | | 0 | 0.00017745420 | |
| 7238247 | 6 years ago | | | 0 | 0.00029768900 | |
| 7235993 | 6 years ago | | | 0 | 0.00083270400 | |
| 7235991 | 6 years ago | | | 0 | 0.00041635200 | |
| 7235949 | 6 years ago | | | 0 | 0.00041635200 | |
| 7235938 | 6 years ago | | | 0 | 0.00041635200 |
ABI
ABI objects
Getter at block 21218549
INITIAL_SUPPLY() view returns (uint256)
10000000000
decimals() view returns (uint256)
18
name() view returns (string)
CoinLottoToken
owner() view returns (address)
0x3ea08fd003cc84682df5c07f7174a55ae26e8638
symbol() view returns (string)
CLT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
showMyTokenBalance(address addr) view returns (uint256 tokenBalance)
State-modifying
Events Return(address wallet, address buyer, uint256 tokenAmount)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Debug(string message, address addr, uint256 number)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(address wallet)
fallback()
This contract contains no error objects.