DoubleHelix
Verified contract
Active on
Ethereum with 1,035 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOONC | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21291549 | 14 days ago | | | 0 | 0.00019497938 | |
| 21197030 | a month ago | | | 0 | 0.00037821439 | |
| 19930245 | 7 months ago | | | 0 | 0.000093259757 | |
| 18284135 | a year ago | | | 0 | 0.00018604159 | |
| 18284135 | a year ago | | | 0 | 0.00018604159 | |
| 18284135 | a year ago | | | 0 | 0.00018604159 | |
| 17876118 | a year ago | | | 0 | 0.00051074883 | |
| 17876116 | a year ago | | | 0 | 0.00051738667 | |
| 17134576 | 2 years ago | | | 0 | 0.00093631645 | |
| 17134574 | 2 years ago | | | 0 | 0.00092145806 |
ABI
ABI objects
Getter at block 21389072
decimals() view returns (uint8)
9
isOwner() view returns (bool)
false
monetaryPolicy() view returns (address)
0x11777559f6a76a6b211838b2204c34fb0c9b9419
name() view returns (string)
DoubleHelix
owner() view returns (address)
0x11777559f6a76a6b211838b2204c34fb0c9b9419
rebasePaused() view returns (bool)
false
symbol() view returns (string)
DHX
tokenPaused() view returns (bool)
false
totalSupply() view returns (uint256)
10035000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_)
initialize(string name, string symbol, uint8 decimals)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
setRebasePaused(bool paused)
setTokenPaused(bool paused)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
LogRebasePaused(bool paused)
LogTokenPaused(bool paused)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.