ChubbyKaijuDAOInvasion
Verified contract
Active on
Ethereum with 5,660 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "ChubbyKaijuDAOInvasion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226616 | 9 days ago | | | 0 | 0.00020017958 | |
| 20810286 | 2 months ago | | | 0 | 0.00086472230 | |
| 20416638 | 4 months ago | | | 0 | 0.000061297185 | |
| 20180667 | 5 months ago | | | 0 | 0.00012072062 | |
| 20119683 | 5 months ago | | | 0 | 0.00021668758 | |
| 20119680 | 5 months ago | | | 0 | 0.00022162001 | |
| 19911850 | 6 months ago | | | 0 | 0.00053362595 | |
| 19773515 | 7 months ago | | | 0 | 0.00028350045 | |
| 19626450 | 8 months ago | | | 0 | 0.0011658606 | |
| 19605734 | 8 months ago | | | 0 | 0.00039176352 |
ABI
ABI objects
Getter at block 21287915 validTokens() view returns (uint256[])
ALIEN_BASE() view returns (uint256)
6666
PUBLIC_MINT_PRICE() view returns (uint256)
40000000000000000
SUPER_BASE() view returns (uint256)
20000
UNDEAD_BASE() view returns (uint256)
9999
alienMinted() view returns (uint256)
2613
contractURI() view returns (string)
https://raw.githubusercontent.com/KaijuDAO/kaijudao_invasion/main/tokenuri/contracturi
migrated() view returns (uint256)
4748
name() view returns (string)
ChubbyKaijuDAOInvasion
owner() view returns (address)
0x896f3d357002d6ff0288a1ffb461863d8d7d8b1c
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)
8193
undeadMinted() view returns (uint256)
1727
zombieMinted() view returns (uint256)
6000
Read-only
alien_leaders(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
controllers(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasMigrated(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) 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)
zombie_leaders(uint256) view returns (address)
State-modifying
Events addController(address controller)
approve(address to, uint256 tokenId)
callWithRadio(uint256 typeId, uint256 amount)
initialize(address _corpAddress, address _legacyAddress)
manualMigration(address[] addresses, uint16[] tokenIds)
migration()
mutateWithSerum(uint256 typeId, uint256[] zombieIds, uint256 amount)
publicSale(uint16 amount) payable
removeController(address controller)
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)
setPrice(uint256 price)
setPublic(bool ispublic)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.