White Hat Donation Token
Verified contract
Active on
Ethereum with 28 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8bd0…5f42
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GSC | ERC-20 | 20 | $0.000312 |
$0.01 | |
C4Y | ERC-20 | 4.8K | -- | -- | |
CTL | ERC-20 | 5 | -- | -- | |
BOX | ERC-20 | 5 | -- | -- | |
VIU | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4992766 | 7 years ago | | | 111 | 0.011363490 | |
| 4976178 | 7 years ago | | | 50 | 0.0025252200 | |
| 4976151 | 7 years ago | | | 50 | 0.00042000000 | |
| 4721933 | 7 years ago | | | 81 | 0.0053029620 | |
| 4594826 | 7 years ago | | | 0.001 | 0.0017716600 | |
| 4426953 | 7 years ago | | | 374.03627 | 0.00091144800 | |
| 4426939 | 7 years ago | | | 1 | 0.00025252200 | |
| 4356839 | 7 years ago | | | 120.883 | 0.0047851020 | |
| 4356766 | 7 years ago | | | 0.0001 | 0.0053029620 | |
| 4356719 | 7 years ago | | | 0 | 0.0042000000 |
ABI
ABI objects
Getter at block 21398010
controller() pure returns (address)
0xc0a1f89bbcaddab4b736e786b6b16c67bc92ed35
creationBlock() pure returns (uint256)
4066440
decimals() pure returns (uint8)
18
name() pure returns (string)
White Hat Donation Token
parentSnapShotBlock() pure returns (uint256)
0
parentToken() pure returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
WHD
tokenFactory() pure returns (address)
0x8bd0ac2a9cd25d0ac7ad492f0af7bcf053475f42
totalSupply() pure returns (uint256)
1453550593484121178451
transfersEnabled() pure returns (bool)
true
version() pure returns (string)
MMT_0.1
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) pure returns (uint256)
totalSupplyAt(uint256 _blockNumber) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) 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)
generateTokens(address _owner, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) 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, address _parentToken, uint256 _parentSnapShotBlock, string _tokenName, uint8 _decimalUnits, string _tokenSymbol, bool _transfersEnabled)
fallback()
This contract contains no error objects.