The Starry Night Animated V2
Verified contract
Active on
Ethereum with 571 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 "The Starry Night Animated V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206395 | 2 days ago | | | 0 | 0.00063969569 | |
| 21104452 | 17 days ago | | | 0 | 0.00026288511 | |
| 21043070 | 25 days ago | | | 0 | 0.00052139006 | |
| 20991799 | a month ago | | | 0 | 0.0014820904 | |
| 20936027 | a month ago | | | 0 | 0.0025269210 | |
| 20932206 | a month ago | | | 0 | 0.00050163274 | |
| 20722767 | 2 months ago | | | 0 | 0.00030393954 | |
| 20590853 | 3 months ago | | | 0 | 0.000037704357 | |
| 20590853 | 3 months ago | | | 0 | 0.000055698858 | |
| 20590294 | 3 months ago | | | 0 | 0.000070112196 |
ABI
ABI objects
Getter at block 21223792
MAX_SUPPLY() view returns (uint256)
289
RESERVED() view returns (uint256)
289
baseExtension() view returns (string)
.json
name() view returns (string)
The Starry Night Animated V2
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x59de7273191e6bf1907d614e94ecfbe8e5fb7318
provenanceHash() view returns (string)
symbol() view returns (string)
The Starry Night Animated V2
totalSupply() view returns (uint256)
289
Read-only
balanceOf(address owner) view returns (uint256)
functionLocked(bytes4) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address account) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
lockFunction(bytes4 id)
renounceOwnership()
reserve(address to)
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)
setOperatorFilteringEnabled(bool value)
setProvenanceHash(string _provenanceHash)
setRoyalties(address receiver, uint96 royaltyFraction)
transferFrom(address from, address to, uint256 tokenId) payable
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(address _royaltyReceiver, uint96 _royaltyFraction)
This contract contains no fallback and receive objects.
AlreadyReservedTokens()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
FunctionLocked()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashAlreadySet()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()