LazyCubs
Verified contract
Active on
Ethereum with 8,764 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LazyCubs"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218786 | a day ago | | | 0 | 0.00087854373 | |
| 21218779 | a day ago | | | 0 | 0.00098493126 | |
| 21201633 | 4 days ago | | | 0 | 0.0013850901 | |
| 21196639 | 4 days ago | | | 0 | 0.00038579192 | |
| 21184173 | 6 days ago | | | 0 | 0.0016211767 | |
| 21178886 | 7 days ago | | | 0 | 0.0023917033 | |
| 21178884 | 7 days ago | | | 0 | 0.0026184143 | |
| 21175059 | 7 days ago | | | 0 | 0.0010026182 | |
| 21169322 | 8 days ago | | | 0 | 0.00099994352 | |
| 21169236 | 8 days ago | | | 0 | 0.0010704800 |
ABI
ABI objects
Getter at block 21226795
CONTROLLER_ROLE() view returns (bytes32)
0x7b765e0e932d348852a6f810bfa1ab891e259123f02db8cdcde614c570223357
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Lazy Cubs
paused() view returns (bool)
false
symbol() view returns (string)
CUBS
totalSupply() view returns (uint256)
8800
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
approveController(address controller)
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.