Secure Liquid Digital Chip
Verified contract
Active on
Ethereum with 1,261 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 "Secure Liquid Digital Chip"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21091100 | 5 days ago | | | 0 | 0.00027130141 | |
| 21054225 | 10 days ago | | | 0 | 0.00021855965 | |
| 21040651 | 12 days ago | | | 0 | 0.00021230269 | |
| 21002091 | 17 days ago | | | 0 | 0.00017835933 | |
| 20976154 | 21 days ago | | | 0 | 0.00049997836 | |
| 20946690 | 25 days ago | | | 0 | 0.00056098938 | |
| 20946206 | 25 days ago | | | 0 | 0.00041950833 | |
| 20940545 | a month ago | | | 0 | 0.00055423481 | |
| 20905459 | a month ago | | | 0 | 0.00059621349 | |
| 20875669 | a month ago | | | 0 | 0.00045102737 |
ABI
ABI objects
Getter at block 21124399
name() view returns (string)
Secure Liquid Digital Chip
owner() view returns (address)
0x63914bb0f0d017efe8a72a0b29d9b2a5f138f95d
symbol() view returns (string)
SLD
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
burners(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
minters(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events addBurner(address _burner)
addMinter(address _minter)
burn(address account, uint256[] ids, uint256[] amounts)
burnBatch(address[] accounts, uint256[][] ids, uint256[][] amounts)
mint(address[] recipients, uint256[] ids, uint256[] amounts)
mintBatch(address[] recipients, uint256[][] ids, uint256[][] amounts)
removeBurner(address _burner)
removeMinter(address _minter)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
updateUri(string _newURI)
ApprovalForAll(address indexed account, 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)
UpdateBurner(address indexed _burner, bool _value)
UpdateMinter(address indexed _minter, bool _value)
UpdateURI(string indexed _uri)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.