Lazy Drinks
Verified contract
Active on
Ethereum with 2,941 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Lazy Drinks"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160342 | 40 minutes ago | | | 0 | 0.00081130632 | |
| 21117821 | 6 days ago | | | 0 | 0.00021699614 | |
| 21048138 | 16 days ago | | | 0 | 0.00022991977 | |
| 21043352 | 16 days ago | | | 0 | 0.00055925142 | |
| 21037097 | 17 days ago | | | 0 | 0.00080744145 | |
| 21035494 | 17 days ago | | | 0 | 0.00044558110 | |
| 21030638 | 18 days ago | | | 0 | 0.00054587430 | |
| 21027501 | 19 days ago | | | 0 | 0.00032759054 | |
| 20958823 | a month ago | | | 0 | 0.00086377428 | |
| 20924612 | a month ago | | | 0 | 0.0014461606 |
ABI
ABI objects
Getter at block 21160539
CONTROLLER_ROLE() view returns (bytes32)
0x7b765e0e932d348852a6f810bfa1ab891e259123f02db8cdcde614c570223357
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintingOpen() view returns (bool)
true
name() view returns (string)
Lazy Drinks
symbol() view returns (string)
DRINKS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events approveController(address controller)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
finishMinting()
grantRole(bytes32 role, address account)
mint(address account, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setURI(string newuri)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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.