Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HAK | ERC-20 | 68.171K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15559256 | 2 years ago | | | 0 | 0.00025338600 | |
| 13286244 | 3 years ago | | | 0 | 0.0012722316 | |
| 13054990 | 3 years ago | | | 0 | 0.0044164356 | |
| 12772274 | 3 years ago | | | 0 | 0.0015203160 | |
| 12764870 | 3 years ago | | | 0 | 0.0012669300 | |
| 12750639 | 3 years ago | | | 0 | 0.00063346500 | |
| 12638650 | 3 years ago | | | 0 | 0.0013302765 | |
| 12425130 | 4 years ago | | | 0 | 0.0033117000 | |
| 12425125 | 4 years ago | | | 0 | 0.017737020 | |
| 12344257 | 4 years ago | | | 0 | 0.0055744920 |
ABI
ABI objects
Getter at block 21185333
acceptedToken() view returns (address)
0x93a7174dafd31d13400cd9fa01f4e5b5baa00d39
isOwner() view returns (bool)
false
membersNumber() view returns (uint256)
846
owner() view returns (address)
0x158d6727b17aaba726d7318ac7dca5edf8faf6f8
totalStakedTokens() view returns (uint256)
67961000000000000000000
totalUsedTokens() view returns (uint256)
0
Read-only
creationDateOf(address account) view returns (uint256)
getMemberByAddress(address memberAddress) view returns (uint256 id, address account, bytes9 fingerprint, uint256 creationDate, uint256 stakedTokens, uint256 usedTokens, bytes32 data, bool approved)
getMemberById(uint256 memberId) view returns (uint256 id, address account, bytes9 fingerprint, uint256 creationDate, uint256 stakedTokens, uint256 usedTokens, bytes32 data, bool approved)
isApproved(address account) view returns (bool)
isDapp(address account) view returns (bool)
isMember(address account) view returns (bool)
isOperator(address account) view returns (bool)
stakedTokensOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
usedTokensOf(address account) view returns (uint256)
State-modifying
Events addDapp(address account)
addOperator(address account)
join()
newMember(address account)
onApprovalReceived(address owner, uint256 value, bytes data) returns (bytes4)
onTransferReceived(address operator, address from, uint256 value, bytes data) returns (bytes4)
recoverERC20(address tokenAddress, uint256 tokenAmount)
removeDapp(address account)
removeOperator(address account)
renounceOwnership()
setApproved(address account, bool status)
setData(address account, bytes32 data)
transferOwnership(address newOwner)
unstake(uint256 amount)
use(address account, uint256 amount)
DappAdded(address indexed account)
DappRemoved(address indexed account)
MemberAdded(address indexed account, uint256 id)
MemberStatusChanged(address indexed account, bool approved)
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensApproved(address indexed owner, uint256 value, bytes data)
TokensReceived(address indexed operator, address indexed from, uint256 value, bytes data)
TokensStaked(address indexed account, uint256 value)
TokensUnstaked(address indexed account, uint256 value)
TokensUsed(address indexed account, address indexed dapp, uint256 value)
constructor(address acceptedToken)
fallback()
This contract contains no error objects.