TheAbstractions
Verified contract
Active on
Ethereum with 1,817 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0f79…5a5d
Balances ($0.00)
No balances found for "TheAbstractions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15973676 | 2 years ago | | | 0 | 0.00034386550 | |
| 15973676 | 2 years ago | | | 0 | 0.00034386550 | |
| 15957825 | 2 years ago | | | 0 | 0.00030028188 | |
| 15426731 | 2 years ago | | | 0 | 0.00028660648 | |
| 15364116 | 2 years ago | | | 0 | 0.00037356993 | |
| 15296700 | 2 years ago | | | 0 | 0.00068720851 | |
| 15267378 | 2 years ago | | | 0 | 0.00028937580 | |
| 15052875 | 2 years ago | | | 0 | 0.0016646038 | |
| 14979635 | 2 years ago | | | 0 | 0.00099189884 | |
| 14938815 | 2 years ago | | | 0 | 0.0017220609 |
ABI
ABI objects
Getter at block 21322743
MAX_TOKENS() view returns (uint256)
7000
NUMBER_RESERVED_TOKENS() view returns (uint256)
25
PRESALE_LIMIT() view returns (uint256)
500
PRICE() view returns (uint256)
0
name() view returns (string)
TheAbstractions
notRevealedUri() view returns (string)
owner() view returns (address)
0x50a55aec058b4e191cf8934ed681abf1f708e95f
perAddressLimit() view returns (uint256)
5
preSaleIsActive() view returns (bool)
false
presaleTokensSold() view returns (uint256)
500
reservedTokensMinted() view returns (uint256)
0
revealed() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
abstra
totalSupply() view returns (uint256)
6975
whitelist() view returns (bool)
false
Read-only
addressMintedBalance(address) view returns (uint256)
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)
flipPreSaleState()
flipSaleState()
flipWhitelistingState()
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount, bytes32[] proof) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNotRevealedURI(string _notRevealedURI)
setPerAddressLimit(uint256 newLimit)
setPresaleLimit(uint256 newLimit)
setPrice(uint256 newPrice)
setRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
URIQueryForNonexistentToken()