ChubbyKaijuDAO
Verified contract
Active on
Ethereum with 18,513 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
21 additional
variables
Balances ($0.00)
No balances found for "ChubbyKaijuDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21072761 | 12 days ago | | | 0 | 0.00059360829 | |
| 21072760 | 12 days ago | | | 0 | 0.00059219823 | |
| 20904017 | a month ago | | | 0 | 0.00010583894 | |
| 20904016 | a month ago | | | 0 | 0.00010925100 | |
| 20698878 | 2 months ago | | | 0 | 0.000092662862 | |
| 20679824 | 2 months ago | | | 0 | 0.00042509247 | |
| 20635393 | 2 months ago | | | 0 | 0.00020608662 | |
| 20580056 | 3 months ago | | | 0 | 0.000046553937 | |
| 20574362 | 3 months ago | | | 0 | 0.00011049553 | |
| 20574277 | 3 months ago | | | 0 | 0.000089053965 |
ABI
ABI objects
Getter at block 21159839
MAX_AIRDROPS_GEN0() view returns (uint256)
100
MAX_AIRDROPS_GEN1() view returns (uint256)
100
MAX_TOKENS_GEN0() view returns (uint256)
10000
MAX_TOKENS_GEN1() view returns (uint256)
10000
MINT_PRICE_ETH_GEN0() view returns (uint256)
40000000000000000
MINT_PRICE_ETH_GEN0_PRESALE() view returns (uint256)
30000000000000000
MINT_PRICE_ETH_GEN1() view returns (uint256)
40000000000000000
MINT_PRICE_SOS_GEN0() view returns (uint256)
31000000000000000000000000
MINT_PRICE_SOS_GEN0_PRESALE() view returns (uint256)
23000000000000000000000000
MINT_PRICE_SOS_GEN1() view returns (uint256)
31000000000000000000000000
contractURI() pure returns (string)
https://raw.githubusercontent.com/KaijuDAO/kaijudao/main/contracturi
minted() view returns (uint16)
9999
name() view returns (string)
ChubbyKaijuDAO
owner() view returns (address)
0xc8a19e96530294523d4f6a9f08bb822420043b4c
remain_airdrops_gen0() view returns (uint256)
1
remain_airdrops_gen1() view returns (uint256)
100
round_gen0() view returns (uint16)
0
round_gen1() view returns (uint16)
0
symbol() view returns (string)
CKAIJU
treasury() view returns (address)
0xc8a19e96530294523d4f6a9f08bb822420043b4c
Read-only
alien_leaders(uint256) view returns (address)
alien_list(uint256) view returns (uint256)
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)
isWhitelisted(address user, bytes signature) view returns (bool)
money_leaders(uint256) view returns (address)
money_list(uint256) view returns (uint256)
music_leaders(uint256) view returns (address)
music_list(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
power_leaders(uint256) view returns (address)
power_list(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
traits(uint256) view returns (uint16)
zombie_leaders(uint256) view returns (address)
zombie_list(uint256) view returns (uint256)
State-modifying
Events airdropGEN0(address[] airdropAddresses)
airdropGEN1(address[] airdropAddresses)
approve(address to, uint256 tokenId)
initialize(uint256 supply0, uint256 supply1, uint256 airdrop0, uint256 airdrop1, address _signer, address _treasury)
preSaleETH(bytes signature, uint16 amount) payable
preSaleSOS(bytes signature, uint16 amount)
publicETH(uint16 amount) payable
publicSOS(uint16 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAirdropGen0(uint256 airdrop)
setAirdropGen1(uint256 airdrop)
setApprovalForAll(address operator, bool approved)
setGen0SOSPrice(uint256 price)
setGen1SOSPrice(uint256 price)
setLeadersGen0(address power, address money, address music)
setLeadersGen1(address alien, address zombie)
setPreGen0Sale(bool isPre)
setSigner(address _signer)
setSupplyGen0(uint256 supply)
setSupplyGen1(uint256 supply)
setTreasury(address _treasury)
setpublicGen0Sale(bool isPublic)
setpublicGen1Sale(bool isPublic)
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 _openDAOAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.