Defiville Artist Collection
Verified contract
Active on
Ethereum with 15 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 "Defiville Artist Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090065 | 14 days ago | | | 0 | 0.00037934620 | |
| 21090055 | 14 days ago | | | 0 | 0.00034895183 | |
| 19589001 | 7 months ago | | | 0 | 0.00067112191 | |
| 15311790 | 2 years ago | | | 0 | 0.00022155886 | |
| 13081921 | 3 years ago | | | 0 | 0.0023545637 | |
| 12857894 | 3 years ago | | | 0 | 0.0014750080 | |
| 12369699 | 4 years ago | | | 0 | 0.0026734520 | |
| 12012663 | 4 years ago | | | 0 | 0.0067926250 | |
| 11960566 | 4 years ago | | | 0 | 0.0074264700 | |
| 11958079 | 4 years ago | | | 0 | 0.0020004600 |
ABI
ABI objects
Getter at block 21190345
isOwner() view returns (bool)
false
name() view returns (string)
Defiville Artist Collection
owner() view returns (address)
0xa68bd0179d03aeb89b6dc679bba0408630c69b58
symbol() view returns (string)
DVART
tokenURIPrefix() view returns (string)
ipfs:/
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events burn(address _owner, uint256 _id, uint256 _value)
mint(uint256 id, uint256 supply, string uri)
renounceOwnership()
safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _values, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _value, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setTokenURIPrefix(string _tokenURIPrefix)
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _values)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _value)
URI(string _value, uint256 indexed _id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.