GorillaClub
Verified contract
Active on
Ethereum with 883 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 "GorillaClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20771385 | a month ago | | | 0 | 0.0028168996 | |
| 20463209 | 3 months ago | | | 0 | 0.0030730649 | |
| 20320192 | 3 months ago | | | 0 | 0.0014301851 | |
| 20279495 | 4 months ago | | | 0 | 0.00029685645 | |
| 20245351 | 4 months ago | | | 0 | 0.000076274057 | |
| 20159224 | 4 months ago | | | 0 | 0.00011708253 | |
| 19716991 | 6 months ago | | | 0 | 0.00021840367 | |
| 19378117 | 8 months ago | | | 0 | 0.0075847139 | |
| 18402207 | a year ago | | | 0 | 0.00033765269 | |
| 18377299 | a year ago | | | 0 | 0.00047879270 |
ABI
ABI objects
Getter at block 21085912
IS_PRESALE_ACTIVE() view returns (bool)
false
IS_SALE_ACTIVE() view returns (bool)
false
MAX_SUPPLY() view returns (uint256)
10000
PRESALE_PRICE() view returns (uint256)
50000000000000000
SALE_PRICE() view returns (uint256)
50000000000000000
name() view returns (string)
GorillaClub
owner() view returns (address)
0xb6cf5de0e602abc95c871081748b3810c2a5a10a
symbol() view returns (string)
GC
totalSupply() view returns (uint256)
969
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintPresale(uint256 tokensAmount, bytes signature) payable
mintReserved(uint256 tokensAmount)
mintSale(uint256 tokensAmount) 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 baseURI)
setSaleState(bool _isPresaleActive, bool _isSaleActive)
setVerifier(address _newVerifier)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.