DividendToken
Verified contract
Active on
Ethereum with 542 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DividendToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11077389 | 4 years ago | | | 0 | 0.0016265280 | |
| 10716352 | 4 years ago | | | 0 | 0.0065701200 | |
| 10591320 | 4 years ago | | | 0 | 0.0057931380 | |
| 10515518 | 4 years ago | | | 0 | 0.0083212400 | |
| 10476751 | 4 years ago | | | 0 | 0.0074469520 | |
| 10459372 | 4 years ago | | | 0 | 0.0026283360 | |
| 10369809 | 4 years ago | | | 0 | 0.0021509775 | |
| 10369809 | 4 years ago | | | 0 | 0.0025188220 | |
| 10290993 | 4 years ago | | | 0 | 0.0036139620 | |
| 10244308 | 4 years ago | | | 0 | 0.0032850600 |
ABI
ABI objects
Getter at block 21316324
creationBlock() view returns (uint256)
8851959
decimals() view returns (uint8)
6
isOwner() view returns (bool)
false
name() view returns (string)
Holddapp Dividend Token
owner() view returns (address)
0x6e339a99549e2ff536f972ef227cf5f22a8a58e5
parentSnapShotBlock() view returns (uint256)
8851959
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HDT
totalSupply() view returns (uint256)
380000000000
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)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedAmount) returns (bool)
increaseApproval(address _spender, uint256 _addedAmount) returns (bool)
reclaimToken(address token)
renounceOwnership()
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _parentToken, uint256 _parentSnapShotBlock)
fallback()
This contract contains no error objects.