The Golden Gorilla Speakeasy
Verified contract
Proxy
Active on
Ethereum with 223 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "The Golden Gorilla Speakeasy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17831457 | a year ago | | | 0 | 0.0011309636 | |
| 17831380 | a year ago | | | 0 | 0.0012643416 | |
| 15890198 | 2 years ago | | | 0 | 0.0010872824 | |
| 15885163 | 2 years ago | | | 0 | 0.0010424741 | |
| 15881584 | 2 years ago | | | 0 | 0.00091710494 | |
| 15881572 | 2 years ago | | | 0.014 | 0.00095297456 | |
| 15874602 | 2 years ago | | | 0 | 0.00062939320 | |
| 15874591 | 2 years ago | | | 0.014 | 0.00083283249 | |
| 15868545 | 2 years ago | | | 0 | 0.0026589005 | |
| 15857388 | 2 years ago | | | 0.014 | 0.00080713075 |
ABI
ABI objects
Getter at block 21090706
implementation() view returns (address)
0x0aad9cf1d64301d6a37b1368f073e99ded6beca5
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
cost() view returns (uint256)
14000000000000000
maxPerMint() view returns (uint32)
20
maxPerWallet() view returns (uint32)
500
name() view returns (string)
The Golden Gorilla Speakeasy
open() view returns (bool)
true
owner() view returns (address)
0x8fcc221a373f31488c4e6e7cd2b0e7ac705da0aa
presaleOpen() view returns (bool)
false
referralCap() view returns (uint256)
5
referralOpen() view returns (bool)
true
reqToken() view returns (address)
0x0000000000000000000000000000000000000000
revealed() view returns (bool)
true
supply() view returns (uint256)
453
symbol() view returns (string)
GGSE
totalSupply() view returns (uint256)
10000
Read-only
affiliatesOf(address owner) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
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 __ERC721A_init(string name_, string symbol_)
airdrop(address[] _recipients, uint256[] _amount)
approve(address to, uint256 tokenId)
initialize(string _name, string _symbol, uint256 _maxSupply)
mint(uint256 count) payable
mintAll() payable
presaleMint(uint32 count, bytes32[] proof) payable
referralMint(uint32 count, address referrer) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommission(uint256 _val1)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePresale(bool _open, bytes32 root)
updateReferral(bool _open, uint256 _val)
updateReqToken(address _address)
updateReveal(bool _revealed, string _uri)
updateRoyalties(address _recipient, uint256 _fee)
updateSale(bool _open, uint256 _cost, uint32 _maxW, uint32 _maxM)
withdraw() payable
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 _name, string _symbol, uint256 _totalSupply)
fallback()
receive()
This contract contains no error objects.