GO NFT Friends

Verified contract

Active on Base with 1,977 txns
Deployed by via 0xd09767d9 at 2580498
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $49.12
0x609b75ca3c40611d518b692bb4d57a717df8e3727a8fe452c175589c9da60959
0xb38c0902f676d92225e13176ffc1987379a8a89e1ef15c64c6d514ef56e4849f
0xd636f5fe5f5a4030e03ea2b5e622b9c806522e6674394224d83e0d9632f5fa4c
0x02fa5c17a5fef6679f77f25b8e1452eb1b6d5430151d23c21f37244e9b6a1328
0x81255d4d4bdc26439355e805db6df7c7a951d6186054b9f22abe336de3b629a0
0xbf5cbd812c7d224ed93bab42fa3f8900330089362202a1e30333eb4baba12c0a
0x45a2aa2807b63526eb20e62876176af8a5d4356fe59ea93d31ef4076be19a790
0x58903e77ade79d525bdd3c2eaf20b84490d5da5f74853ed774443ee37418b50e
0xac960049b10d3f8dfd79f139e44eb73deee3e5b4ce79ec8331c317711d8ed35d
0x9a98e17953df299741135f471eda749d64f1ab7ebda11d6ba514ca0d3c91c531

Functions
Getter at block 21837119
cost(view returns (uint256)
500000000000000
freeAmount(view returns (uint256)
3
hiddenMetadataUrl(view returns (string)
isRevealed(view returns (bool)
true
maxFreeSupply(view returns (uint256)
3000
maxPerWallet(view returns (uint256)
30
maxSupply(view returns (uint256)
4000
name(view returns (string)
GO NFT Friends
owner(view returns (address)
0xf64c25dd517813b0974a25cae883d27b3e7bd412
pause(view returns (bool)
false
symbol(view returns (string)
GNF
totalSupply(view returns (uint256)
3463
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
userBalance(addressview returns (uint256)
State-modifying
airdrop(address touint256 mintAmount
approve(address touint256 tokenIdpayable 
mint(uint256 mintAmountpayable 
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseURL
setCost(uint256 _newCost
setFreeAmount(uint256 _newAmt
setMaxFreeSupply(uint256 newMaxFreeSupply
setMaxPerWallet(uint256 _newAmt
setMaxSupply(uint256 newMaxSupply
setPause(bool _state
sethiddenMetadataUrl(string _hiddenMetadataUrl
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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
constructor(string _baseMetadataUrl
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(