Diamond Luster
Verified contract
Active on
Ethereum with 35 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 "Diamond Luster"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19821281 | 7 months ago | | | 0 | 0.0030959186 | |
| 19206816 | 10 months ago | | | 0 | 0.0015446765 | |
| 19206814 | 10 months ago | | | 0 | 0.0016801744 | |
| 19206812 | 10 months ago | | | 0 | 0.0019762815 | |
| 19206812 | 10 months ago | | | 0 | 0.0025788817 | |
| 19206811 | 10 months ago | | | 0 | 0.0018723753 | |
| 19206811 | 10 months ago | | | 0 | 0.0019762815 | |
| 19206809 | 10 months ago | | | 0 | 0.0019202469 | |
| 19206807 | 10 months ago | | | 0 | 0.0019971859 | |
| 19206804 | 10 months ago | | | 0 | 0.0024643947 |
ABI
ABI objects
Getter at block 21327056
dataURI() view returns (string)
ipfs://QmdsxU2WSpqYARBg4RrRgUMvjMwqKxPkR41e6jmsgqUFfG/
decimals() view returns (uint8)
18
max_mint() view returns (uint256)
8888
minted() view returns (uint256)
1411
name() view returns (string)
Diamond Luster
owner() view returns (address)
0xf28e2994cab1c4c10a2c934100655ce34c4404f0
symbol() view returns (string)
DIAMOND
totalSupply() view returns (uint256)
8888000000000000000000
Read-only
_burnedTokenIds(uint256) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()