Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "SHL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12929906 | 3 years ago | | | 0 | 0.0069354000 | |
| 11888934 | 4 years ago | | | 0 | 0.0063809121 | |
| 11875274 | 4 years ago | | | 0 | 0.011323872 | |
| 11515076 | 4 years ago | | | 0 | 0.0073960200 | |
| 11302627 | 4 years ago | | | 0 | 0.013272732 | |
| 11302553 | 4 years ago | | | 0 | 0.0021820000 | |
| 11302527 | 4 years ago | | | 0 | 0.0026838600 | |
| 11302520 | 4 years ago | | | 0 | 0.0024002000 | |
| 11096142 | 4 years ago | | | 0 | 0.0016064490 | |
| 11096138 | 4 years ago | | | 0 | 0.0028391440 |
ABI
ABI objects
Getter at block 21178505
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINER() view returns (bytes32)
0xcf973872ba1411506a7f037a594781a7495bd75fc05b120eb4b1d756832f3af8
baseURI() view returns (string)
name() view returns (string)
SHL
owner() view returns (address)
0xbccc2073adfc46421308f62cfd9868df00d339a8
symbol() view returns (string)
SHL
totalSupply() view returns (uint256)
5
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
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)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rewardToken(address user, string tokenURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMiner(address person)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.