Paleoar
Verified contract
Active on
Ethereum with 1,268 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 "Paleoar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17881660 | a year ago | | | 0 | 0.00074087968 | |
| 17072731 | 2 years ago | | | 0 | 0.0015923626 | |
| 17071104 | 2 years ago | | | 0 | 0.0015785372 | |
| 17071097 | 2 years ago | | | 0 | 0.0015915919 | |
| 17070353 | 2 years ago | | | 0 | 0.0015853397 | |
| 17069252 | 2 years ago | | | 0 | 0.0014667660 | |
| 17069242 | 2 years ago | | | 0 | 0.0015656030 | |
| 17069020 | 2 years ago | | | 0 | 0.0016257501 | |
| 17068732 | 2 years ago | | | 0 | 0.0015928782 | |
| 17068685 | 2 years ago | | | 0 | 0.0018195329 |
ABI
ABI objects
Getter at block 21288267
MAX_SUPPLY() view returns (uint256)
999
_isSaleActive() view returns (bool)
true
_revealed() view returns (bool)
false
baseExtension() view returns (string)
.json
getNum() view returns (uint256)
999
maxBalance() view returns (uint256)
3
maxMint() view returns (uint256)
1
mintPrice() view returns (uint256)
1000000
name() view returns (string)
Paleoar
notRevealedUri() view returns (string)
ipfs://QmSCUhbPF9NpjUP1sDL3NndagJmxsKE4xuGToKXjv6M97y
owner() view returns (address)
0x5efc94d9c474a87d56a87c2d7f8827be7302ea5d
symbol() view returns (string)
Paleoar-NFT
totalSupply() view returns (uint256)
999
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) payable
flipReveal()
flipSaleActive()
mintOwner()
mintPublic(uint256 tokenQuantity) 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)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxBalance(uint256 _maxBalance)
setMaxMint(uint256 _maxMint)
setMintPrice(uint256 _mintPrice)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId) payable
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)
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(string initBaseURI, string initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()