Goblin Apes
Verified contract
Active on
Ethereum with 495 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 "Goblin Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16562331 | 2 years ago | | | 0 | 0.00084637413 | |
| 15775681 | 2 years ago | | | 0 | 0.00082212911 | |
| 15638458 | 2 years ago | | | 0 | 0.00033815495 | |
| 15575132 | 2 years ago | | | 0 | 0.00065613693 | |
| 15297410 | 2 years ago | | | 0 | 0.00019364067 | |
| 15297410 | 2 years ago | | | 0 | 0.00034039960 | |
| 15054089 | 2 years ago | | | 0 | 0.00090446432 | |
| 14950258 | 3 years ago | | | 0 | 0.0012257471 | |
| 14932362 | 3 years ago | | | 0 | 0.0017805632 | |
| 14920502 | 3 years ago | | | 0 | 0.0013561661 |
ABI
ABI objects
Getter at block 21411292
baseUri() view returns (string)
ipfs://QmVE2Qn4W84yJyPFzNtC9GtJLxXN9jtMcwjq89Zu7NoSe1/
collectionSize() view returns (uint256)
5555
maxMintPerTx() view returns (uint256)
5
name() view returns (string)
Goblin Apes
open() view returns (bool)
true
owner() view returns (address)
0x08eaa6eee0240e204f2d9f62dac343e729281bf3
price() view returns (uint256)
0
symbol() view returns (string)
GA
totalSupply() view returns (uint256)
1790
Read-only
allowList(uint256) view returns (address)
balanceOf(address owner) 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 addToAllowList(address _address)
allowListMint()
approve(address to, uint256 tokenId)
mint(uint256 _quantity) 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 _newBaseURI)
setMaxMintPerTx(uint256 _newMaxMintPerTx)
setOpen(bool _value)
setPrice(uint256 _newPrice)
transfer(address _to, uint256 _tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MaxMintPerTxChanged(uint256 newMaxMintPerTx)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 newPrice)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _price, uint256 _maxMintPerTx, uint256 _collectionSize)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()