Journey cat
Verified contract
Active on
Ethereum with 78,740 txns
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 |
---|---|---|---|---|---|
Cancy | ERC-20 | 13.5M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247866 | 44 minutes ago | | | 0 | 0.00028011746 | |
| 21247111 | 3 hours ago | | | 0 | 0.00074827577 | |
| 21244232 | 13 hours ago | | | 0 | 0.00046864858 | |
| 21243724 | 15 hours ago | | | 0 | 0.00087567478 | |
| 21242609 | 18 hours ago | | | 0 | 0.00074684366 | |
| 21242116 | 20 hours ago | | | 0 | 0.00027604562 | |
| 21241398 | a day ago | | | 0 | 0.00048757017 | |
| 21241352 | a day ago | | | 0 | 0.00048136171 | |
| 21240753 | a day ago | | | 0 | 0.00031646846 | |
| 21240527 | a day ago | | | 0 | 0.00032084360 |
ABI
ABI objects
Getter at block 21248084
MAX_SUPPLY() view returns (uint256)
210000000000000000000000000000
MINT_AMOUNT() view returns (uint256)
5000000000000000000000000
VITALIK() view returns (address)
0xd8da6bf26964af9d7eed9e03e53415d37aa96045
decimals() view returns (uint8)
18
name() view returns (string)
Journey cat
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Cancy
totalSupply() view returns (uint256)
210000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
donate(address tokenAddress, address daoAddress)
mint()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)