Colored By Van Gogh
Verified contract
Active on
Ethereum with 51 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 "Colored By Van Gogh"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16162910 | 2 years ago | | | 0 | 0.00093153123 | |
| 16117017 | 2 years ago | | | 0 | 0.00034424760 | |
| 16116915 | 2 years ago | | | 0 | 0.0010156361 | |
| 16116913 | 2 years ago | | | 0 | 0.0013320325 | |
| 16116909 | 2 years ago | | | 0 | 0.0012672363 | |
| 16116905 | 2 years ago | | | 0 | 0.0012383122 | |
| 16116902 | 2 years ago | | | 0 | 0.0011272061 | |
| 16116898 | 2 years ago | | | 0 | 0.0010623936 | |
| 16116897 | 2 years ago | | | 0 | 0.0012620808 | |
| 16116896 | 2 years ago | | | 0 | 0.00098110021 |
ABI
ABI objects
Getter at block 21223557
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxSupply() view returns (uint256)
500
name() view returns (string)
Colored By Van Gogh
owner() view returns (address)
0xa1b39e69128aa1df8d3c3fe22bdcf4cc56f8500e
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
Color
totalSupply() view returns (uint256)
58
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)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()