GreedyGramps
Verified contract
Active on
Ethereum with 2,178 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "GreedyGramps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21013542 | a month ago | | | 0 | 0.00035302807 | |
| 20733425 | 2 months ago | | | 0 | 0.00015745421 | |
| 20676212 | 2 months ago | | | 0 | 0.000095267640 | |
| 20610711 | 3 months ago | | | 0 | 0.000030927995 | |
| 20277358 | 4 months ago | | | 0 | 0.00048467747 | |
| 20188860 | 5 months ago | | | 0 | 0.00025712840 | |
| 20188858 | 5 months ago | | | 0 | 0.00035763879 | |
| 20188854 | 5 months ago | | | 0 | 0.00039902049 | |
| 20169157 | 5 months ago | | | 0 | 0.00042438520 | |
| 20009021 | 5 months ago | | | 0 | 0.00038514202 |
ABI
ABI objects
Getter at block 21201252
MAX_GRAMPS() view returns (uint256)
10000
RESERVED_GRAMPS() view returns (uint256)
200
_baseTokenUri() view returns (string)
https://uhgafkdnvaisjgfsfaaw.mypinata.cloud/ipfs/QmXdnmQfD2tyKEou1kbedfh9bnEt4icVK5DwnvPN7aHFZD/
feeSplitter() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
GreedyGramps
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x45f21a6c54b59f9ff052e8dd046bfaf950beb8f7
pre_end() view returns (uint256)
1646337600
pre_maxAllocation() view returns (uint256)
2
pre_merkleRoot() view returns (bytes32)
0xd0f18ccdbfb7552532519a22b7c3b28d1e26e63d77b3f4dbe16bdd747dbf2d6c
pre_price() view returns (uint256)
150000000000000000
pre_start() view returns (uint256)
1646294401
private_end() view returns (uint256)
1646247600
private_merkleRoot() view returns (bytes32)
0x28fbf99ce1da7d7468477336fe726b0541fef5e1e018d27745d473b72ee8cf8e
private_price() view returns (uint256)
100000000000000000
private_start() view returns (uint256)
1646161200
public_price() view returns (uint256)
150000000000000000
public_start() view returns (uint256)
1650916800
reservedUsed() view returns (bool)
true
royaltyFee() view returns (uint256)
0
symbol() view returns (string)
GG
totalSupply() view returns (uint256)
2246
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)
pre_usedAllocation(address) view returns (uint256)
private_usedAllocation(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
buyPreSale(uint256 amount, bytes32[] merkleProof) payable
buyPrivateSale(uint256 amount, uint256 allocation, bytes32[] merkleProof) payable
buyPublicSale(uint256 amount) payable
getEther()
mintReserved()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string _uri)
setFeeSplitter(address _feeSplitter)
setPreRoot(bytes32 root)
setPreSale(uint256 _start, uint256 _end, uint256 _price, bytes32 _merkleRoot, uint256 _allocationPerWallet)
setPrivateRoot(bytes32 root)
setPrivateSale(uint256 _start, uint256 _end, uint256 _price, bytes32 _merkleRoot)
setPublicSale(uint256 _start, uint256 _price)
setRoyaltyFee(uint256 _royaltyFee)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.