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 "Paint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4247007 | a year ago | | | 0 | 0.000000202629926146 | |
| 4244908 | a year ago | | | 0.0000009 | 0.0000099057667 | |
| 4244887 | a year ago | | | 0.0000009 | 0.0000014314844 | |
| 4244039 | a year ago | | | 0.0000009 | 9.4002794e-7 | |
| 4243998 | a year ago | | | 0.0000009 | 9.2893161e-7 | |
| 4243703 | a year ago | | | 0.0000977 | 0.0000012275151 | |
| 4243693 | a year ago | | | 0.0000009 | 0.0000010129648 | |
| 4243683 | a year ago | | | 0.0000009 | 0.0000010504166 | |
| 4243674 | a year ago | | | 0.0000009 | 0.0000010034581 | |
| 4243674 | a year ago | | | 0.0000977 | 0.0000013916504 |
ABI
ABI objects
Getter at block 23184722
MAX_FREE_PER_WALLET() view returns (uint256)
0
MAX_MINTS_PER_TX() view returns (uint256)
5000
NUM_FREE_MINTS() view returns (uint256)
44000
PUBLIC_SALE_PRICE() view returns (uint256)
5200000000000000
baseTokenURI() view returns (string)
ipfs:///
freeNFTAlreadyMinted() view returns (uint256)
0
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
44000
name() view returns (string)
Paint
owner() view returns (address)
0x156a852cfb46df44f86ccab2f19c74a72b8a407c
symbol() view returns (string)
Paint
totalSupply() view returns (uint256)
736
Read-only
balanceOf(address owner) view returns (uint256)
calculateMintingPrice(uint256 quantity) 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 Paints(uint256 numberOfTokens) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
setmaxSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdrawAll() 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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()