GoblinCats
Verified contract
Active on
Ethereum with 8,933 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 "GoblinCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102694 | a month ago | | | 0 | 0.00011632970 | |
| 20730623 | 3 months ago | | | 0 | 0.00011348993 | |
| 20644833 | 3 months ago | | | 0 | 0.000056815929 | |
| 20473199 | 4 months ago | | | 0 | 0.00015677535 | |
| 20035751 | 6 months ago | | | 0 | 0.00061899924 | |
| 19321430 | 10 months ago | | | 0 | 0.0022575310 | |
| 19210278 | 10 months ago | | | 0 | 0.00058731550 | |
| 18087648 | a year ago | | | 0 | 0.00040977394 | |
| 17614408 | a year ago | | | 0 | 0.0031927002 | |
| 17614406 | a year ago | | | 0 | 0.0024345724 |
ABI
ABI objects
Getter at block 21394951
baseExtension() view returns (string)
.json
maxMintAmountPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
6969
merkleRoot() view returns (bytes32)
0xe09fff7e223a2de6590f02437e4f0197241de53bf9aab20f875866abef061738
name() view returns (string)
GoblinCats
owner() view returns (address)
0xd7e8addfb34a0aa58a5dd8cba1c71a76b6dbf383
price() view returns (uint256)
5000000000000000
publicPaused() view returns (bool)
false
symbol() view returns (string)
GOBLINCAT
totalSupply() view returns (uint256)
6969
whitelistMintEnabled() view returns (bool)
false
wlMax() view returns (uint256)
2
Read-only
balanceOf(address owner) view returns (uint256)
freePublicMinted(address) view returns (bool)
freeWLMinted(address) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeSupply(uint256 _maxSupply)
devMint()
mint(uint256 _mintAmount) payable
mintTo(uint256 _mintAmount, address _receiver)
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)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPausedForPublicSale(bool _state)
setPrice(uint256 _price)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof)
withdrawFunds()
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(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()