Party Grandpa Retirement Club
Verified contract
Active on
Ethereum with 7,903 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,830.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.491 | $3,727.50 |
$1,830.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297099 | 2 days ago | | | 0 | 0.0010601935 | |
| 21297097 | 2 days ago | | | 0 | 0.00025229694 | |
| 21283956 | 4 days ago | | | 0 | 0.00020706853 | |
| 21277202 | 5 days ago | | | 0 | 0.00029808547 | |
| 21272004 | 5 days ago | | | 0 | 0.00026968507 | |
| 21266809 | 6 days ago | | | 0 | 0.0014701302 | |
| 21266794 | 6 days ago | | | 0 | 0.0016427615 | |
| 21238765 | 10 days ago | | | 0 | 0.00071471509 | |
| 21234671 | 11 days ago | | | 0 | 0.00040466010 | |
| 20902725 | 2 months ago | | | 0 | 0.00014979906 |
ABI
ABI objects
Getter at block 21310837 getMaximumAllowedTokens() view returns (uint256)
allowListMaxMint() view returns (uint256)
2
getContractOwner() view returns (address)
0x76299b8be5ba5723cf4c60fc41c76df30e094922
getPrice() view returns (uint256)
100000000000000000
getReserveAtATime() view returns (uint256)
50
getTotalSupply() view returns (uint256)
6000
isActive() view returns (bool)
false
isAllowListActive() view returns (bool)
false
maximumAllowedTokensPerPurchase() view returns (uint256)
10
maximumAllowedTokensPerWallet() view returns (uint256)
10000
mintPrice() view returns (uint256)
100000000000000000
name() view returns (string)
Party Grandpa Retirement Club
owner() view returns (address)
0x76299b8be5ba5723cf4c60fc41c76df30e094922
symbol() view returns (string)
PGRC
totalSupply() view returns (uint256)
6000
Read-only
allowListClaimedBy(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkIfOnAllowList(address addr) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToAllowList(address[] addresses)
approve(address to, uint256 tokenId)
batchReserveToMultipleAddresses(uint256 _count, address[] addresses)
mint(address _to, uint256 _count) payable
preSaleMint(uint256 _count) payable
removeFromAllowList(address[] addresses)
renounceOwnership()
reserveNft()
reserveToCustomWallet(address _walletAddress, uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setAllowListMaxMint(uint256 maxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsAllowListActive(bool _isAllowListActive)
setMaxReserve(uint256 val)
setMaximumAllowedTokens(uint256 _count)
setMaximumAllowedTokensPerWallet(uint256 _count)
setPrice(uint256 _price)
setReserveAtATime(uint256 val)
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)
AssetMinted(uint256 tokenId, address sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleActivation(bool isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.