Kaiju Legends
Verified contract
Active on
Ethereum with 6,257 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KAIJU | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21173823 | 14 days ago | | | 0 | 0.0010261180 | |
| 21106391 | 24 days ago | | | 0 | 0.000082703078 | |
| 21106387 | 24 days ago | | | 0 | 0.000079495529 | |
| 21084798 | a month ago | | | 0 | 0.00022934277 | |
| 20804685 | 2 months ago | | | 0 | 0.00093537804 | |
| 20754251 | 2 months ago | | | 0 | 0.000081902984 | |
| 20731187 | 2 months ago | | | 0 | 0.00013457855 | |
| 20715859 | 3 months ago | | | 0 | 0.00019365648 | |
| 20668588 | 3 months ago | | | 0 | 0.000067996281 | |
| 20668540 | 3 months ago | | | 0 | 0.000057813917 |
ABI
ABI objects
Getter at block 21277680
COLLECTION_SUPPLY() view returns (uint256)
7777
DOMAIN_SEPARATOR() view returns (bytes32)
0x73ac0d02f5a7f66ea245f51c21a904a8d61df6b872b718722700b0e8a4dfe147
PRESALE_TYPEHASH() view returns (bytes32)
0x4dfdc40c587c7b6d3c5c8f9c04c90b899ebfe162f19568448c564b1f42701e93
baseURI() view returns (string)
https://api-gallery.kaijulegends.io/token/
cryptoDotComMaxSupply() view returns (uint256)
2000
cryptoDotComSupply() view returns (uint256)
2000
enableBurn() view returns (bool)
false
freeMintsSupply() view returns (uint256)
1000
giveawaySupply() view returns (uint256)
100
maxMintPerTx() view returns (uint256)
9999
maxMintPerWallet() view returns (uint256)
9999
name() view returns (string)
Kaiju Legends
owner() view returns (address)
0xe76ce42ceb560c24e3ea6b5c65bd77c5e57789c6
partnerMaxMintPerTx() view returns (uint256)
5
partnerMaxMintPerWallet() view returns (uint256)
5
partnerMaxSupply() view returns (uint256)
21
partnerMintContract() view returns (address)
0x9d058407753facd9840798677ad63079de076f27
partnerSaleActive() view returns (bool)
false
partnerSupply() view returns (uint256)
21
paused() view returns (bool)
true
placeholderURI() view returns (string)
https://ipfs.kaijulegends.io/ipfs/QmQZYfaFQxgkG7jBh3FbSqw9F9WnmJTvSgWoqoCh9yadDE
privateSaleActive() view returns (bool)
false
privateSaleMaxSupply() view returns (uint256)
4656
privateSalePrice() view returns (uint256)
25000000000000000
privateSaleSupply() view returns (uint256)
4656
symbol() view returns (string)
KAIJU
teamTokensSupply() view returns (uint256)
0
totalSupply() view returns (uint256)
7777
treasury() view returns (address)
0x372b01294b8265f70e71921c80514bdcdff1edfd
whitelistSigner() view returns (address)
0xe76ce42ceb560c24e3ea6b5c65bd77c5e57789c6
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address to_, uint256 quantity_, uint8 type_)
burn(uint256 tokenId)
partnerSale(address receiver_, uint256 quantity_) payable
privateSaleMint(uint256 quantity_, bytes signature_) 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 baseURI_)
setEnableBurn(bool enableBurn_)
setMaxSupply(uint256 cryptoDotComMaxSupply_, uint256 privateSaleMaxSupply_, uint256 partnerMaxSupply_)
setPartnerMintContract(address partnerMintContract_)
setPartnerSaleMaxMint(uint256 partnerMaxMintPerTx_, uint256 partnerMaxMintPerWallet_)
setPaused(bool paused_)
setPlaceholderURI(string placeholderURI_)
setPrivateSaleMaxMint(uint256 maxMintPerTx_, uint256 maxMintPerWallet_)
setPrivateSalePrice(uint256 privateSalePrice_)
setSales(bool privateSaleActive_, bool partnerSaleActive_)
setTreasury(address treasury_)
setWhitelistSigner(address whitelistSigner_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEth()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UpdateBaseURI(string baseURI)
UpdateBurn(bool active)
UpdateCryptoDotComSupply(uint256 supply)
UpdateFreeMintsSupply(uint256 supply)
UpdateGiveawaySupply(uint256 supply)
UpdateMaxMint(uint256 maxMintPerTx, uint256 maxMintPerWallet)
UpdateMaxSupply(uint256 cryptoDotComMaxSupply, uint256 privateSaleMaxSupply_, uint256 partnerMaxSupply_)
UpdatePartnerMaxMint(uint256 partnerMaxMintPerTx, uint256 partnerMaxMintPerWallet)
UpdatePartnerMintContract(address partnerMintContract)
UpdatePlaceholderURI(string placeholderURI)
UpdatePrivateSalePrice(uint256 privateSalePrice)
UpdateSales(bool privateSaleActive, bool partnerSaleActive)
UpdateTeamTokensSupply(uint256 supply)
UpdateTreasury(address treasury)
UpdateWhitelistSigner(address whitelistSigner)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()