INITIAL NFT
Verified contract
Active on
Ethereum with 1,976 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($393.33)
Native
Value
$393.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.125 | $3,146.64 |
$393.33 | |
0x57f1…ea85 (#80355818478722721041954832528611192038332597307476010690860347076360196335279) | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20674980 | 2 months ago | | | 0 | 0.000049672675 | |
| 20674745 | 2 months ago | | | 0 | 0.000060345799 | |
| 18308650 | a year ago | | | 0 | 0.00014535000 | |
| 16686524 | 2 years ago | | | 0 | 0.0022837438 | |
| 16640707 | 2 years ago | | | 0 | 0.0012300563 | |
| 16361126 | 2 years ago | | | 0 | 0.00064650914 | |
| 16255305 | 2 years ago | | | 0 | 0.00054810425 | |
| 16189689 | 2 years ago | | | 0 | 0.00071920600 | |
| 16122761 | 2 years ago | | | 0 | 0.00060804392 | |
| 15976181 | 2 years ago | | | 0 | 0.0017312678 |
ABI
ABI objects
Getter at block 21217806
FREE_MINT_SUPPLY() view returns (uint256)
3333
MAX_SUPPLY() view returns (uint256)
8888
PRICE_PER_MINT_PUBLIC() view returns (uint256)
25000000000000000
_totalFreeMinted() view returns (uint256)
3333
name() view returns (string)
INITIAL NFT
owner() view returns (address)
0xec8d4d5936e22d152624196d81d2cb8c8064734d
ownerHasMinted() view returns (bool)
true
revealed() view returns (bool)
false
saleActive() view returns (bool)
true
symbol() view returns (string)
INITIAL
totalSupply() view returns (uint256)
3588
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)
userHasFreeMinted(address) view returns (bool)
State-modifying
Events _ownerMint(uint256 amount)
approve(address to, uint256 tokenId)
freeMint(uint256 amount)
mint(uint256 amount) 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 _uri)
setSaleActive(bool active)
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)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()