HUMToken
Verified contract
Active on
Ethereum with 33,672 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($66.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HPO | ERC-20 | 1.23761K | $0.054071 |
$66.92 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
HUM | ERC-20 | 104.761K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
HUM | ERC-20 | 1.23761K | -- | -- | |
HUM | ERC-20 | 1.23761K | -- | -- | |
TGAME | ERC-20 | 297.605479 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20415652 | 3 months ago | | | 0 | 0.000026721000 | |
| 16205169 | 2 years ago | | | 0 | 0.00034544400 | |
| 15519316 | 2 years ago | | | 0 | 0.00021386780 | |
| 15326806 | 2 years ago | | | 0 | 0.00046511534 | |
| 15326775 | 2 years ago | | | 0 | 0.00035365822 | |
| 15326737 | 2 years ago | | | 0 | 0.00032935674 | |
| 15199045 | 2 years ago | | | 0 | 0.00010688400 | |
| 15174793 | 2 years ago | | | 0 | 0.00069656165 | |
| 15174766 | 2 years ago | | | 0 | 0.00054878569 | |
| 15001777 | 2 years ago | | | 0 | 0.00058786200 |
ABI
ABI objects
Getter at block 21160309
INITIAL_SUPPLY() view returns (uint256)
125000000000000000000000000000
decimals() view returns (uint8)
18
isUnlocked() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
HUMToken
root() view returns (address)
0xa84c731c3dab00ce0dceb2265ff53b3032aec820
symbol() view returns (string)
HUM
totalSupply() view returns (uint256)
108473427338000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
blacklist(address) view returns (bool)
owners(address) view returns (address)
State-modifying
Events addManyToBlacklist(address[] _villains)
addToBlacklist(address _villain)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deleteOwner(address _owner) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockTransfer()
mint(address _to, uint256 _amount) returns (bool)
newOwner(address _owner) returns (bool)
removeFromBlacklist(address _villain)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unlockTransfer()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _wallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.