Kaiju Kombat
Verified contract
Active on
Ethereum with 184 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Kaiju Kombat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16243867 | 2 years ago | | | 0 | 0.00095690000 | |
| 16243867 | 2 years ago | | | 0 | 0.0011759000 | |
| 16010259 | 2 years ago | | | 0 | 0.00050691300 | |
| 15855825 | 2 years ago | | | 0 | 0.00049466501 | |
| 14907800 | 2 years ago | | | 0 | 0.0027161758 | |
| 14903701 | 2 years ago | | | 0 | 0.0044584172 | |
| 14902429 | 2 years ago | | | 0 | 0.0035197296 | |
| 14437591 | 3 years ago | | | 0 | 0.0018586386 | |
| 14368839 | 3 years ago | | | 0 | 0.00076129843 | |
| 14241832 | 3 years ago | | | 0 | 0.0013835903 |
ABI
ABI objects
Getter at block 21092470
MAX_CRYPTO_KAIJUS_SUPPLY() view returns (uint256)
10000
PROVENANCE_HASH() view returns (string)
a495923112ebc064f5724d6de6b24592cd0695196b3302c0bae77d9065c2474b
REVEAL_TIMESTAMP() view returns (uint256)
1633122271
baseURI() view returns (string)
https://elevated.mypinata.cloud/ipfs/QmQW4zWZtcdd6peZ69WrUq3UqHBH5Cz5FfxaLjbWkMRRQB/
maxToMint() view returns (uint256)
10
mintPrice() view returns (uint256)
78000000000000000
name() view returns (string)
Kaiju Kombat
owner() view returns (address)
0x73f8d4630cf8ff646fafd963f24338cb25a46fbe
prerevealURI() view returns (string)
https://elevated.mypinata.cloud/ipfs/Qmdn1bLc5CRZW1wRu3fV8pYBeyA5f9Lj9wnwtnoKNW8gho
presaleEnded() view returns (bool)
false
presaleSupply() view returns (uint256)
1000
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
1023
startingIndexBlock() view returns (uint256)
13336425
symbol() view returns (string)
KAIJUKOM
totalSupply() view returns (uint256)
389
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
emergencySetStartingIndexBlock()
mintCryptoKaijus(uint256 numberOfTokens) payable
presaleMintCryptoKaijus(uint256 numberOfTokens) payable
renounceOwnership()
reserveCryptoKaijus(address _to, uint256 _numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxToMint(uint256 _maxValue)
setMintPrice(uint256 _price)
setPrerevealURI(string prerevealURI_)
setPresaleState()
setPresaleSupply(uint256 _presaleSupply)
setProvenanceHash(string _provenanceHash)
setRevealTimestamp(uint256 _revealTimeStamp)
setSaleState()
setStartingIndex()
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.