Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe1af…e931
Balances ($0.00)
No balances found for "say gm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105868 | a month ago | | | 0 | 0.00014222430 | |
| 21105261 | a month ago | | | 0 | 0.00020757060 | |
| 21103443 | a month ago | | | 0 | 0.00014768434 | |
| 21101658 | a month ago | | | 0 | 0.00031482963 | |
| 20950421 | 2 months ago | | | 0 | 0.0014554506 | |
| 20916017 | 2 months ago | | | 0 | 0.00087074400 | |
| 20653622 | 3 months ago | | | 0 | 0.000020827834 | |
| 20558495 | 3 months ago | | | 0 | 0.000038786103 | |
| 20546539 | 3 months ago | | | 0 | 0.000037537544 | |
| 20248377 | 5 months ago | | | 0 | 0.00017255534 |
ABI
ABI objects
Getter at block 21307633
MAX_SUPPLY() view returns (uint256)
5401
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRICE() view returns (uint256)
5000000000000000
ROYALTY_PERCENTAGE() view returns (uint256)
5
WALLET_LIMIT() view returns (uint256)
5
currentCounterId() view returns (uint256)
5401
isSaleActive() view returns (bool)
true
name() view returns (string)
say gm
owner() view returns (address)
0xc0ffeeb84610509dfe31b420c8d062ab00153d24
renderer() view returns (address)
0xe1af8714debfe84349d14ec6a27c2adfc68de931
symbol() view returns (string)
SAYGM
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMintedCount(address) view returns (uint8)
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)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
mint(uint8 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setRenderer(address rendererAddress)
setSaleActive(bool _isSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
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 _renderer)
This contract contains no fallback and receive objects.
IncorrectAmountForMint()
LimitReachedForWallet()
MaxSupplyReached()
NotEnoughAllowance(uint256 available, uint256 required)
OperatorNotAllowed(address operator)
SaleNotActive()
SendToAddressZero()
TokenDoesNotExist(uint256 id)
WithdrawSendFailed()