Health Evolution on X.blockchain
Verified contract
Active on
Ethereum with 3,539 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 |
---|---|---|---|---|---|
DACC | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453427 | 3 months ago | | | 0 | 0.00011626800 | |
| 20453269 | 3 months ago | | | 0 | 0.00011629200 | |
| 16490235 | 2 years ago | | | 0 | 0.0016312570 | |
| 16432719 | 2 years ago | | | 0 | 0.0014963717 | |
| 15954687 | 2 years ago | | | 0 | 0.0014779868 | |
| 14544058 | 3 years ago | | | 0 | 0.012381240 | |
| 13826633 | 3 years ago | | | 0 | 0.017224137 | |
| 13709224 | 3 years ago | | | 0 | 0.012317779 | |
| 13709064 | 3 years ago | | | 0 | 0.013368188 | |
| 13371440 | 3 years ago | | | 0 | 0.015401181 |
ABI
ABI objects
Getter at block 21159313
controller() view returns (address)
0xfab8e186193f03ca16ac3e969a650865fd953104
creationBlock() view returns (uint256)
6246079
decimals() view returns (uint8)
18
generateFinished() view returns (bool)
true
name() view returns (string)
Health Evolution on X.blockchain
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HEX
tokenFactory() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
14000000000000000000000000000
transfersEnabled() view returns (bool)
true
version() view returns (string)
MMT_0.2
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
blacklisted(address) view returns (bool)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
blacklistAccount(address tokenOwner) returns (bool success)
changeController(address _newController)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
finishGenerating() returns (bool)
generateTokens(address _holder, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
unBlacklistAccount(address tokenOwner) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory)
fallback()
This contract contains no error objects.