Hacken Token
Verified contract
Active on
Ethereum with 3,235 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,705.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 2.9K | $0.999597 |
$2,898.83 | |
GEEQ | ERC-20 | 11.016405K | $0.07319 |
$806.29 | |
CHY | ERC-20 | 380.000983K | -- | -- | |
USDCentre.com | ERC-20 | 5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293897 | 4 hours ago | | | 0 | 0.00081404151 | |
| 21293872 | 4 hours ago | | | 0 | 0.00096628918 | |
| 21291653 | 12 hours ago | | | 0 | 0.00026447218 | |
| 21290493 | 16 hours ago | | | 0 | 0.00029901592 | |
| 21287567 | a day ago | | | 0 | 0.00067699946 | |
| 21272848 | 3 days ago | | | 0 | 0.00070389463 | |
| 21267107 | 4 days ago | | | 0 | 0.00080141836 | |
| 21249250 | 6 days ago | | | 0 | 0.00038299485 | |
| 21249249 | 6 days ago | | | 0 | 0.00067351415 | |
| 21245464 | 7 days ago | | | 0 | 0.00050456253 |
ABI
ABI objects
Getter at block 21295112
decimals() view returns (uint8)
8
maintainers() view returns (address[])
[0xcdfa717E9C68c425243646effC658564c7C06A3D, 0xbc13af82d6AD88BAc983D8E614d05B3fA3eA7bA7]
maxMintedSupply() view returns (uint256)
5000000000000000
name() view returns (string)
Hacken Token
owner() view returns (address)
0x72f3dd434aafb48489444bad8eca9870e0c3b3ef
symbol() view returns (string)
HAI
totalSupply() view returns (uint256)
867486470358857
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addMaintainer(address maintainer)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintAmount(address[] accounts, uint256 amount)
mintAmounts(address[] accounts, uint256[] amounts)
removeMaintainer(address maintainer)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MaintainerAdded(address maintainer)
MaintainerRemoved(address maintainer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 totalSupply, uint8 decimals, uint256 maxMintedSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.