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 "say gn"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16768598 | 2 years ago | | | 0 | 0.00087550213 | |
| 16764558 | 2 years ago | | | 0 | 0.0013534430 | |
| 16764304 | 2 years ago | | | 0 | 0.0013837600 | |
| 16764279 | 2 years ago | | | 0 | 0.0018297317 | |
| 16764246 | 2 years ago | | | 0.003 | 0.0036571554 | |
| 16764242 | 2 years ago | | | 0 | 0.0044047156 | |
| 16764232 | 2 years ago | | | 0 | 0.0040336454 | |
| 16764215 | 2 years ago | | | 0 | 0.0033495840 | |
| 16764213 | 2 years ago | | | 0 | 0.0044611195 | |
| 16764211 | 2 years ago | | | 0 | 0.0038755206 |
ABI
ABI objects
Getter at block 21258820
_baseTokenURI() view returns (string)
cost() view returns (uint256)
1000000000000000
freeSupply() view returns (uint256)
3401
hiddenMetadataUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmfDHKT1Twzoind5vDxpSop77bzdZ4Xm73Di9cqVktDjCA/Hidden_json
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
5401
name() view returns (string)
say gn
owner() view returns (address)
0xe303dc2ba2ad89d97a82ad229627c89890ec619f
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
SAYGN
totalSupply() view returns (uint256)
593
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
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)
setCost(uint256 _cost)
setFreeSupply(uint256 _freeSupply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setRevealed(bool _state)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()