Abstract by Hinote
Verified contract
Active on
Ethereum with 885 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 by Hinote"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19574638 | 7 months ago | | | 0 | 0.00052061100 | |
| 19179420 | 9 months ago | | | 0 | 0.00078192930 | |
| 18869733 | 10 months ago | | | 0 | 0.00045157379 | |
| 18802755 | a year ago | | | 0 | 0.00092306793 | |
| 18757083 | a year ago | | | 0 | 0.00099323861 | |
| 18753925 | a year ago | | | 0 | 0.0011154364 | |
| 18258967 | a year ago | | | 0 | 0.00041089186 | |
| 16946328 | 2 years ago | | | 0 | 0.0011629061 | |
| 16946328 | 2 years ago | | | 0 | 0.0017046787 | |
| 16305932 | 2 years ago | | | 0 | 0.00097307222 |
ABI
ABI objects
Getter at block 21159389
MAX_MINTS_PER_TX() view returns (uint256)
5
PUBLIC_SALE_PRICE() view returns (uint256)
50000000000000000
getBaseURI() view returns (string)
ipfs://Qmdu2kci7dFtwQwpw7To7HnL8ze1dfvUqbUcPCwLaNcWR2
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
1111
name() view returns (string)
Abstract by Hinote
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xd67b306e663d30a27bc1414f6192bc7f2c9749f4
symbol() view returns (string)
Abstract
totalSupply() view returns (uint256)
1111
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) 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)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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.
This contract contains no error objects.