ChubbyKaijuDAOInvasion
Verified contract
Active on
Ethereum with 2,471 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
No balances found for "ChubbyKaijuDAOInvasion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19336616 | 9 months ago | | | 0 | 0.0026150872 | |
| 19072838 | 10 months ago | | | 0 | 0.00047113380 | |
| 18931920 | a year ago | | | 0 | 0.00033209145 | |
| 18889149 | a year ago | | | 0 | 0.00094882456 | |
| 18846798 | a year ago | | | 0 | 0.00093770878 | |
| 18824949 | a year ago | | | 0 | 0.0015743204 | |
| 18675044 | a year ago | | | 0 | 0.00074957879 | |
| 18650116 | a year ago | | | 0 | 0.00065618774 | |
| 18650116 | a year ago | | | 0 | 0.00065618774 | |
| 17967969 | a year ago | | | 0 | 0.00058654921 |
ABI
ABI objects
Getter at block 21290656 validTokens() view returns (uint256[])
ALIEN_BASE() view returns (uint256)
6666
PRESALE_MINT_PRICE() view returns (uint256)
80000000000000000
PUBLIC_MINT_PRICE() view returns (uint256)
100000000000000000
SUPER_BASE() view returns (uint256)
20000
UNDEAD_BASE() view returns (uint256)
9999
alienMinted() view returns (uint256)
10
contractURI() pure returns (string)
https://raw.githubusercontent.com/KaijuDAO/kaijudao/main/contracturi
name() view returns (string)
ChubbyKaijuDAOInvasion
owner() view returns (address)
0xba6f51199725d4f1f6b1a9e5fefdc597edc89b8a
round_gen2() view returns (uint16)
0
superalienMinted() view returns (uint256)
0
superundeadMinted() view returns (uint256)
0
symbol() view returns (string)
CKAIJU2
totalSupply() view returns (uint256)
2489
undeadMinted() view returns (uint256)
8
zombieMinted() view returns (uint256)
2479
Read-only
alien_leaders(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getEthSignedMessageHash(bytes32 _messageHash) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
isPurchased1(address) view returns (bool)
isPurchased2(address) view returns (uint256)
isPurchased3(address) view returns (uint256)
isPurchased4(address) view returns (uint256)
isWhitelisted(address user, bytes signature) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOf(address owner) view returns (uint16[])
traits(uint256) view returns (uint16)
undead_leaders(uint256) view returns (address)
usedZombie(uint256) view returns (bool)
zombie_leaders(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(address _signer)
mutateWithCorp(uint256 typeId, uint256 zombieId)
preSale(bytes signature, uint16 amount) payable
publicSale(uint16 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setLeadersGen2(address alien, address zombie, address undead)
setMutate(bool mutate)
setSale(uint16 step)
setSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _corpAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.