Neo Base Gorillas

Unverified contract

Proxy

Active on Base with 3,259 txns
Deployed by via 0xfc77e4aa at 13855584
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $0.36
0x43886da1ff985ccb125b7000d96e15958f11e698835f3db21bc964609c3bfa4b
0xa9cf04615987726e12422fd37d704de434015bcaf5da8f6cd4fdc9aca777d21d
0xc452c9cd9684d28cf989b9fc7102c3641baf9e1b232b0a7437e8b8f82f96f248
0x7fcd6382aa432df3e57259eab2c1df457a305d68c48184a63ed553957b2afde7
0x8660df86f3953d0b8c22b1f216013a359d67af290b7618fcc247fd60bc35d4c4
0x6096701adc4c859c8dc564855ce141141a3cc13b4692118f0309f53a6277e653
0xe9e9463098528ba802c73aa2b2d8f5fb7d8dd416dbfdee07732acc1dd73afc25
0x2f430bc21890463da8acbbd0d507a94ba99616ca33af19e83aee9f6df1282bf5
0xc667d9eb4333dd38cdc80e58e40214fdb8e179341cd0c491cdc9c54b397b8d76
0x63e4cefe7bfddf0524f567f76e4cc4e62277afb346c49bf28876c7229c409907

Functions
Getter at block 21976836
baseURI(view returns (string)
https://nftstorage.link/ipfs/bafybeiaiml5wpxaz3l25qto2ed3v7y6bmipbbcvt5oj26fy2pagcbtempq/
costPublic(view returns (uint256)
100000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
2777
maxMintPublic(view returns (uint256)
20
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
5555
name(view returns (string)
Neo Base Gorillas
owner(view returns (address)
0xf34e3f845cbb2310f98b1ab6d2f35e4698810384
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NBG
totalSupply(view returns (uint256 result)
2793
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(