Gorilla_Mansion_G2
Verified contract
Active on
Ethereum with 2,187 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 "Gorilla_Mansion_G2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20019217 | 5 months ago | | | 0 | 0.00059988364 | |
| 19868709 | 6 months ago | | | 0 | 0.00068380696 | |
| 19802268 | 6 months ago | | | 0 | 0.00025676750 | |
| 19708822 | 7 months ago | | | 0 | 0.00030998793 | |
| 19690573 | 7 months ago | | | 0 | 0.00076573577 | |
| 19679697 | 7 months ago | | | 0 | 0.00022310860 | |
| 19509901 | 8 months ago | | | 0 | 0.00035267082 | |
| 18716954 | a year ago | | | 0 | 0.0011450980 | |
| 18559240 | a year ago | | | 0 | 0.0013128983 | |
| 18382232 | a year ago | | | 0 | 0.00015145999 |
ABI
ABI objects
Getter at block 21211430 getUriPrefix() view returns (string)
cost() view returns (uint256)
10000000000000000
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
10000
maxSupply() view returns (uint256)
8888
name() view returns (string)
Gorilla_Mansion_G2
owner() view returns (address)
0x08115b65fb0e7d9d6d0f2569298ec8d024a4d9ec
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GMG2
totalSupply() view returns (uint256)
4220
uriSuffix() view returns (string)
.json
Read-only
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
mintPresale(uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()