Genesis Scratchy Card
Verified contract
Active on
Ethereum with 945 txns
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 "Genesis Scratchy Card"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17315309 | a year ago | | | 0 | 0.0023942283 | |
| 16762359 | 2 years ago | | | 0 | 0.0012398479 | |
| 16729908 | 2 years ago | | | 0 | 0.00053122875 | |
| 16703674 | 2 years ago | | | 0 | 0.00088759068 | |
| 16662414 | 2 years ago | | | 0 | 0.0010240377 | |
| 16639099 | 2 years ago | | | 0 | 0.0013264309 | |
| 16482850 | 2 years ago | | | 0 | 0.0012157315 | |
| 16482847 | 2 years ago | | | 0 | 0.0017173329 | |
| 16456846 | 2 years ago | | | 0 | 0.0014131485 | |
| 16456843 | 2 years ago | | | 0 | 0.0020314233 |
ABI
ABI objects
Getter at block 21192398
amountMintPerAccount() view returns (uint256)
2
baseTokenURI() pure returns (string)
ipfs://QmYLpp6TaXjHPENgbDWRWzBQoJuc4zRE5z3sXjXhdYALp3/
burnAmount() view returns (uint256)
24
contractURI() pure returns (string)
ipfs://QmZn7J1NDdFgJm5Q7pxmivZFKVDjcBcpU9sN1kezBUZpLn/
getPrice() view returns (uint256)
0
max_supply() view returns (uint256)
10000
mintEnabled() view returns (bool)
false
name() view returns (string)
Genesis Scratchy Card
owner() view returns (address)
0x138ca42fa902577c6f52a8ea65a992a1d3cd092b
price() view returns (uint256)
0
symbol() view returns (string)
GSC
totalSupply() view returns (uint256)
3924
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getScratched(address _user) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
scratched(address, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
scratch(uint256 _tokenId)
setAmountMintPerAccount(uint256 _amountMintPerAccount)
setApprovalForAll(address operator, bool approved)
setMintEnabled(bool _state)
setPrice(uint256 _price)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MintSuccessful(address user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()