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 "ClapArt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20607950 | 3 months ago | | | 0 | 0.000051799260 | |
| 20607871 | 3 months ago | | | 0 | 0.000036715005 | |
| 20607855 | 3 months ago | | | 0 | 0.000052472725 | |
| 20548401 | 3 months ago | | | 0 | 0.000071672643 | |
| 20548363 | 3 months ago | | | 0 | 0.000062443075 | |
| 20548354 | 3 months ago | | | 0 | 0.000057063945 | |
| 20545739 | 3 months ago | | | 0 | 0.000046245193 | |
| 20545729 | 3 months ago | | | 0 | 0.000048832858 | |
| 20540112 | 3 months ago | | | 0 | 0.000095968938 | |
| 20535169 | 3 months ago | | | 0 | 0.00048589152 |
ABI
ABI objects
Getter at block 21178710
OWNER_WALLET() view returns (address)
0x040428fd52efac0de4e4cc1457b170de8acc5489
decimals() view returns (uint8)
18
name() view returns (string)
ClapArt
owner() view returns (address)
0x040428fd52efac0de4e4cc1457b170de8acc5489
paused() view returns (bool)
false
symbol() view returns (string)
CLP
totalSupply() view returns (uint256)
240000000000000000000000000
Read-only
LockedAddressList(address account) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockAddress(address account) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unLockAddress(address account) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnToken(address indexed account, uint256 amount)
LockAddress(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
UnLockAddress(address indexed account)
Unpaused(address account)
constructor(address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.