Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($29.59)
Native
Value
$29.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008 | $3,699.36 |
$29.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16754624 | 2 years ago | | | 0 | 0.00057778098 | |
| 16754435 | 2 years ago | | | 0 | 0.00085229506 | |
| 15684442 | 2 years ago | | | 0 | 0.00073891200 | |
| 15664125 | 2 years ago | | | 0 | 0.00015241402 | |
| 15468853 | 2 years ago | | | 0 | 0.00019667091 | |
| 15458001 | 2 years ago | | | 0 | 0.00028478072 | |
| 15394537 | 2 years ago | | | 0 | 0.00032889111 | |
| 15345527 | 2 years ago | | | 0 | 0.00039515652 | |
| 15340561 | 2 years ago | | | 0 | 0.00027279421 | |
| 15336096 | 2 years ago | | | 0 | 0.00033896065 |
ABI
ABI objects
Getter at block 21298612
baseURL() view returns (string)
ipfs://QmWmtDJHa1XX9UEiWc3LjVBCNjbkPNx6uUPbbQtoMwvDT4/
isFreeMint() view returns (bool)
true
maxFreeMintNumber() view returns (uint256)
4444
maxFreeMintPerWallet() view returns (uint256)
2
maxMintPerTx() view returns (uint256)
10
maxNumber() view returns (uint256)
4444
name() view returns (string)
PAIN
owner() view returns (address)
0x26f53297263d1a7f062f6c62b6cc3825d480831a
price() view returns (uint256)
4000000000000000
startMint() view returns (bool)
true
symbol() view returns (string)
PN
totalSupply() view returns (uint256)
2572
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)
userFreeMinted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
paidMint(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)
setBaseURL(string _baseURL)
setFreeMintNumber(uint256 _freeMintNumber)
setMaxFreeMintNumber(uint256 _maxFreeMintNumber)
setMaxMintPerTx(uint256 _maxMintPerTx)
setMaxNumber(uint256 _maxNumber)
setPrice(uint256 _price)
setStartMint(bool _startMint)
teamMint(uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()