Paper Goblins
Verified contract
Active on
Ethereum with 926 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 "Paper Goblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15858244 | 2 years ago | | | 0 | 0.00017784925 | |
| 15060661 | 2 years ago | | | 0 | 0.00061976352 | |
| 15016566 | 2 years ago | | | 0 | 0.00071238390 | |
| 14942322 | 2 years ago | | | 0 | 0.00098246187 | |
| 14927167 | 2 years ago | | | 0 | 0.0043715992 | |
| 14927126 | 2 years ago | | | 0 | 0.0028664104 | |
| 14927125 | 2 years ago | | | 0 | 0.0025147465 | |
| 14927078 | 2 years ago | | | 0 | 0.0043395019 | |
| 14927077 | 2 years ago | | | 0 | 0.0039117722 | |
| 14927075 | 2 years ago | | | 0 | 0.0031146457 |
ABI
ABI objects
Getter at block 21214920
MAX_SUPPLY() view returns (uint256)
1000
baseURI() view returns (string)
ipfs://bafybeidyivomo56sqwfcnjeqt5mfnombvfywcp3ta2krllyflvbpyustzy/
name() view returns (string)
Paper Goblins
owner() view returns (address)
0x639526b935670021ffbf2d967f33c9a1bb0be89a
symbol() view returns (string)
pgbl
totalSupply() view returns (uint256)
1000
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()