To The JPG
Verified contract
Active on
Ethereum with 81 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 "To The JPG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14415999 | 3 years ago | | | 0 | 0.0013859105 | |
| 14415814 | 3 years ago | | | 0 | 0.00070279404 | |
| 14415810 | 3 years ago | | | 0 | 0.00062780759 | |
| 14415810 | 3 years ago | | | 0 | 0.00057910853 | |
| 14415810 | 3 years ago | | | 0 | 0.00057910853 | |
| 14415809 | 3 years ago | | | 0 | 0.00064365745 | |
| 14415809 | 3 years ago | | | 0 | 0.00069778463 | |
| 14415809 | 3 years ago | | | 0 | 0.00064365745 | |
| 14415809 | 3 years ago | | | 0 | 0.00064365745 | |
| 14415808 | 3 years ago | | | 0 | 0.00065038584 |
ABI
ABI objects
Getter at block 21209735
MAX_PER_TX() view returns (uint256)
2
MAX_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
666
MINT_PRICE() view returns (uint256)
66000000000000000
baseTokenURI() view returns (string)
hiddenURI() view returns (string)
ipfs://QmTh3Xd9LSHtBneyx3c6tJQhgscCL2MCXUAzLvmwhpyiam/hidden.json
isSaleActive() view returns (bool)
false
name() view returns (string)
To The JPG
owner() view returns (address)
0xd597bf19e0543a6462c0ae82d1c563a06cf64a86
symbol() view returns (string)
JPG
totalSupply() view returns (uint256)
83
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 approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
reverse(address to, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string URI)
setHiddenURI(string URI)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
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()