ArtGobblerPunks
Verified contract
Active on
Ethereum with 758 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17.62)
Native
Value
$17.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0055 | $3,203.25 |
$17.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16783933 | 2 years ago | | | 0 | 0.0015395204 | |
| 16073222 | 2 years ago | | | 0 | 0.00051547294 | |
| 15900293 | 2 years ago | | | 0 | 0.00073275120 | |
| 15897451 | 2 years ago | | | 0 | 0.0011919108 | |
| 15894029 | 2 years ago | | | 0 | 0.00075118479 | |
| 15882155 | 2 years ago | | | 0 | 0.00049486914 | |
| 15882148 | 2 years ago | | | 0 | 0.00047277453 | |
| 15881780 | 2 years ago | | | 0 | 0.00045156697 | |
| 15881353 | 2 years ago | | | 0 | 0.00048723333 | |
| 15881049 | 2 years ago | | | 0 | 0.00048878193 |
ABI
ABI objects
Getter at block 21161893
FREE() view returns (uint256)
5555
baseUri() view returns (string)
ipfs://QmepHMjnbFPnK1CvJbDDp7j997yecrpFxwpwiarTtZ9fGu/
collectionSize() view returns (uint256)
5555
maxFree() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
20
name() view returns (string)
ArtGobblerPunks
open() view returns (bool)
false
owner() view returns (address)
0x05374cdba5f54d5af215f3394138b8e499979b0a
price() view returns (uint256)
5500000000000000
symbol() view returns (string)
AGP
totalSupply() view returns (uint256)
1555
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 allowlistMint(uint256 _quantity)
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)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxFree(uint256 _newMaxFree)
setMaxMintPerTx(uint256 _newMaxMintPerTx)
setOpen(bool _value)
setPrice(uint256 _newPrice)
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)
MaxMintPerTxChanged(uint256 newMaxMintPerTx)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 newPrice)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _price, uint256 _maxMintPerTx, uint256 _collectionSize, uint256 _maxFree)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()