VERDANDI LUXFARE
Verified contract
Active on
Ethereum with 32 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "VERDANDI LUXFARE"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8172903 | 5 years ago | | | 0 | 0.0011178717 | |
| 8172895 | 5 years ago | | | 0 | 0.0014899324 | |
| 8172887 | 5 years ago | | | 0 | 0.0014698938 | |
| 8172876 | 5 years ago | | | 0 | 0.0010890278 | |
| 8172868 | 5 years ago | | | 0 | 0.0016972650 | |
| 8172858 | 5 years ago | | | 0 | 0.0042203282 | |
| 8172831 | 5 years ago | | | 0 | 0.0042445459 | |
| 8172789 | 5 years ago | | | 0 | 0.0010517091 | |
| 8172783 | 5 years ago | | | 0 | 0.0010173990 | |
| 8172773 | 5 years ago | | | 0 | 0.0013622331 |
ABI
ABI objects
Getter at block 21101489
name() view returns (string)
VERDANDI LUXFARE
symbol() view returns (string)
LUX
totalSupply() view returns (uint256)
33
version() view returns (string)
Mintable v0.5
Read-only
balanceOf(address owner) view returns (uint256)
fetchData(uint256 _tokenId) view returns (string, string, string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIDtometaData(uint256) view returns (string data, string data1, string data2)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address account)
approve(address to, uint256 tokenId)
mint(address _to, string _url, string _input1, string _input2, string _input3)
renounceMinter()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string url, string _input1, string _input2, string _input3, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.