Abstract Originals V2
Verified contract
Active on
Ethereum with 62 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 "Abstract Originals V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15976367 | 2 years ago | | | 0 | 0.00097225922 | |
| 15976365 | 2 years ago | | | 0 | 0.0014779328 | |
| 15976362 | 2 years ago | | | 0 | 0.0014187900 | |
| 15843254 | 2 years ago | | | 0 | 0.00026132974 | |
| 15843252 | 2 years ago | | | 0 | 0.00048450491 | |
| 15195813 | 2 years ago | | | 0 | 0.00034924624 | |
| 15195812 | 2 years ago | | | 0 | 0.00031791360 | |
| 15195812 | 2 years ago | | | 0 | 0.00055356304 | |
| 15125526 | 2 years ago | | | 0 | 0.00086360298 | |
| 15070136 | 2 years ago | | | 0 | 0.00096097284 |
ABI
ABI objects
Getter at block 21389677
MAX_PER_Transaction() view returns (uint256)
3
MAX_PER_WALLET() view returns (uint256)
3
PRICE() view returns (uint256)
45000000000000000
TotalWLavailable() view returns (uint256)
666
_revealNFT() view returns (bool)
true
getStatus() view returns (uint256)
2
itemPriceWhiteList() view returns (uint256)
45000000000000000
name() view returns (string)
Abstract Originals V2
owner() view returns (address)
0x4ea7558954ffa62fd96cb8aeebdc88469db9311b
reserve() view returns (uint256)
0
status() view returns (uint256)
2
symbol() view returns (string)
AOV2
totalSupply() view returns (uint256)
51
whiteListMaxMint() view returns (uint256)
3
whitelistMerkleRoot() view returns (bytes32)
0x26c264066c9f8b6671bf0d978d0ad70b2d6388997574758ffde4e32cb8459330
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 _quantity) view returns (uint256)
getWhitelistPrice(uint256 _quantity) view returns (uint256)
inWhitelist(bytes32[] _proof, address _owner) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicClaimedBy(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteListClaimedBy(address) view returns (uint256)
State-modifying
Events airdrop(address sendTo, uint256 quantity)
approve(address to, uint256 tokenId)
changeMAX_PER_Transaction(uint256 q)
changeMAX_PER_WALLET(uint256 q)
changeMintPrice(uint256 _newPrice)
changeRevelStatus()
mint(uint256 quantity) payable
mintReserveTokens(uint256 quantity)
purchaseWhiteListTokens(uint256 _howMany, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPriceWhiteList(uint256 _itemPriceWhiteList)
setReserveTokens(uint256 _quantity)
setStatus(uint256 s)
setURIbeforeRevel(string URI)
setWLavailable(uint256 _whiteListCollection)
setWhiteListMaxMint(uint256 _whiteListMaxMint)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()