Tepnu and the Water Disaster
Verified contract
Active on
Ethereum with 3,577 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Tepnu and the Water Disaster"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216457 | 13 days ago | | | 0 | 0.0013198106 | |
| 21015820 | a month ago | | | 0 | 0.00057040783 | |
| 20832478 | 2 months ago | | | 0 | 0.00036143771 | |
| 20646311 | 3 months ago | | | 0 | 0.000027462064 | |
| 20346010 | 4 months ago | | | 0 | 0.00013780082 | |
| 20192132 | 5 months ago | | | 0 | 0.00018612730 | |
| 20046063 | 6 months ago | | | 0 | 0.00028251793 | |
| 20003823 | 6 months ago | | | 0 | 0.00030787412 | |
| 19996916 | 6 months ago | | | 0 | 0.00025984219 | |
| 19899112 | 6 months ago | | | 0 | 0.00013651381 |
ABI
ABI objects
Getter at block 21306811
MAX_LIMIT() view returns (uint256)
2500
_baseTokenURI() view returns (string)
https://s3.amazonaws.com/comic-metadata.coolcatsnft.com/comic/1/metadata/
_mintStatus() view returns (uint256)
0
_systemAddress() view returns (address)
0xa1e87beeedf1e8265cd65c9f67069cdb64a22687
contractURI() view returns (string)
http://comic-metadata.coolcatsnft.com/cataclysm/collection-metadata.json
name() view returns (string)
Tepnu and the Water Disaster
owner() view returns (address)
0xd5886f211b4ca0aa4df48c4df311437534ac19bf
symbol() view returns (string)
COMIC1
totalSupply() view returns (uint256)
2500
Read-only
_totalMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 totalAllowance, uint256 amount, 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 newURI)
setContractURI(string newURI)
setDefaultRoyalty(address receiver, uint96 feeBasisPoints)
setMintWindow(uint256 isOpen)
setSystemAddress(address systemAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
LogBaseTokenUriSet(string newUri)
LogComicMinted(address indexed user, uint256 tokenIdStartIdx, uint256 amount)
LogContractUriSet(string newUri)
LogMintWindowSet(uint256 isOpen)
LogSystemAddressSet(address systemAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string contractURI, string baseURI, address systemAddress, uint256 maxLimit, uint256 reserved)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()