ChimpzeeCoin
Verified contract
Active on
Ethereum with 10,326 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($57.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 31.914894 | $0.999248 |
$31.89 | |
SHIB | ERC-20 | 1.051836M | $0.000024 |
$25.42 | |
CHMPZ | ERC-20 | 16.845874M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274574 | 43 minutes ago | | | 0 | 0.00076950213 | |
| 21273314 | 5 hours ago | | | 0 | 0.00069327935 | |
| 21270165 | 15 hours ago | | | 0 | 0.00035198829 | |
| 21269220 | 19 hours ago | | | 0 | 0.00021871839 | |
| 21269188 | 19 hours ago | | | 0 | 0.00034581690 | |
| 21268767 | 20 hours ago | | | 0 | 0.00026125194 | |
| 21267946 | a day ago | | | 0 | 0.00048935111 | |
| 21265609 | a day ago | | | 0 | 0.0013673805 | |
| 21265585 | a day ago | | | 0 | 0.0018715457 | |
| 21263481 | 2 days ago | | | 0 | 0.00036664581 |
ABI
ABI objects
Getter at block 21274786
decimals() view returns (uint8)
18
name() view returns (string)
ChimpzeeCoin
owner() view returns (address)
0xc0442e367da92128a9ab0d8e104fb27ab29964fe
symbol() view returns (string)
CHMPZ
totalSupply() view returns (uint256)
18964300000000000000000000000
Read-only
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)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.