Gremplinz
Verified contract
Active on
Ethereum with 3,968 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 "Gremplinz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21083106 | a month ago | | | 0 | 0.00020587000 | |
| 20750213 | 2 months ago | | | 0 | 0.00012697673 | |
| 20655746 | 3 months ago | | | 0 | 0.000026642000 | |
| 20591420 | 3 months ago | | | 0 | 0.000073499800 | |
| 20530173 | 3 months ago | | | 0 | 0.000059193401 | |
| 20515734 | 4 months ago | | | 0 | 0.000046216000 | |
| 20417237 | 4 months ago | | | 0 | 0.000049256333 | |
| 20378270 | 4 months ago | | | 0 | 0.00016173610 | |
| 20158588 | 5 months ago | | | 0 | 0.000088481184 | |
| 19860818 | 7 months ago | | | 0 | 0.00013285836 |
ABI
ABI objects
Getter at block 21288387
_baseTokenURI() view returns (string)
ipfs://bafybeifl66d35ik34i3sm7ntb2bugolsxmklur5nspciys3tu7ri6xn3sm/
maxPerTransaction() view returns (uint256)
20
maxPerWallet() view returns (uint256)
20
merkleRoot() view returns (bytes32)
0xac5d89228367bbc58d30dd49571ccee3dd7682c0c22854be8c06f91d8da88756
name() view returns (string)
Gremplinz
owner() view returns (address)
0xf511edf2308c0dd5a5c6cbb9ed00620849844b51
presaleMaxPerTransaction() view returns (uint256)
4
presaleMaxPerWallet() view returns (uint256)
10
presalePrice() view returns (uint256)
10000000000000000
presaleSupply() view returns (uint256)
6336
price() view returns (uint256)
1000000000000000
saleState() view returns (uint8)
1
supply() view returns (uint256)
6969
symbol() view returns (string)
GRMPZ
totalSupply() view returns (uint256)
6969
Read-only
addressMintBalance(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
burn(uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) payable
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)
setMerkleRoot(bytes32 _merkleRoot)
setPerTransactionMax(uint256 _val)
setPerWalletMax(uint256 _val)
setPresalePerTransactionMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _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 _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()