Grandpa Rare Apepe YC
Verified contract
Active on
Ethereum with 1,495 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 "Grandpa Rare Apepe YC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16400281 | 2 years ago | | | 0 | 0.0017655723 | |
| 15673500 | 2 years ago | | | 0 | 0.00047261006 | |
| 15565935 | 2 years ago | | | 0 | 0.00012991001 | |
| 15558925 | 2 years ago | | | 0 | 0.000086193296 | |
| 15475816 | 2 years ago | | | 0 | 0.00048092110 | |
| 15475061 | 2 years ago | | | 0 | 0.00079815588 | |
| 15461677 | 2 years ago | | | 0 | 0.00038491447 | |
| 15416176 | 2 years ago | | | 0 | 0.0013267757 | |
| 15408822 | 2 years ago | | | 0 | 0.00032678126 | |
| 15407380 | 2 years ago | | | 0 | 0.00021041572 |
ABI
ABI objects
Getter at block 21128359
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmYBZHNPy7wEpz81eaC2DZbz3F8YkdhuVaGRLhPTgohtND/
cost() view returns (uint256)
1000000000000000
freeSupply() view returns (uint256)
6250
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
6969
name() view returns (string)
Grandpa Rare Apepe YC
owner() view returns (address)
0xb7bcffe68c4eabec9ab3586e99a972e352dff850
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GRAYC
totalSupply() view returns (uint256)
6969
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()