HFILStorage
Verified contract
Active on
Ethereum with 0 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 "HFILStorage"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "HFILStorage"
ABI
ABI objects
Getter at block 21159516
getTotalSupply() view returns (uint256)
982880323153990000000000
name() view returns (string)
HFILStorage
totalSupply() view returns (uint256)
982880323153990000000000
Read-only
balanceOf(address account) view returns (uint256)
getAllowed(address owner, address spender) view returns (uint256)
getTaskInfo(bytes32 taskHash) view returns (uint256, uint256, uint256)
supporterExists(bytes32 taskHash, address user) view returns (bool)
State-modifying
Events addSupporter(bytes32 taskHash, address oneAddress)
removeAllSupporter(bytes32 taskHash)
setAllowed(address owner, address spender, uint256 amount)
setBalance(address account, uint256 amount)
setTaskInfo(bytes32 taskHash, uint256 taskType, uint256 status)
setTotalSupply(uint256 amount)
This contract contains no event objects.
constructor(address aCaller)
This contract contains no fallback and receive objects.
This contract contains no error objects.