Hands Of Steel
Verified contract
Active on
Ethereum with 967 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STEEL | ERC-20 | 3M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21175584 | 16 days ago | | | 0 | 0.00096916208 | |
| 20394178 | 4 months ago | | | 0 | 0.000094561464 | |
| 20389655 | 4 months ago | | | 0 | 0.00017400567 | |
| 20216632 | 5 months ago | | | 0 | 0.00016912422 | |
| 20093612 | 5 months ago | | | 0 | 0.00016927407 | |
| 20059544 | 6 months ago | | | 0 | 0.00022699315 | |
| 20059543 | 6 months ago | | | 0 | 0.00032849611 | |
| 20030097 | 6 months ago | | | 0 | 0.00050243483 | |
| 18722645 | a year ago | | | 0 | 0.0013694692 | |
| 18669555 | a year ago | | | 0 | 0.0011583150 |
ABI
ABI objects
Getter at block 21287711
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
0
name() view returns (string)
Hands Of Steel
owner() view returns (address)
0x9fb77b849d1ba7f5b4277f3efaa09e095c7795e9
symbol() view returns (string)
STEEL
totalSupply() view returns (uint256)
9242674
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findTwoPercent(uint256 value) view returns (uint256)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
isWhitelisted(address _address) view returns (bool)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events InitWhitelist()
Ownable()
add(address _address)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseLockAmount(bytes32 _reason, uint256 _amount) returns (bool)
lock(bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
remove(address _address)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
AddedToWhitelist(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
RemovedFromWhitelist(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.