DXdao
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
13
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
7 additional
variables
Balances ($0.00)
No balances found for "DXdao"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16390410 | 2 years ago | | | 0 | 0.0058110888 |
ABI
ABI objects
Getter at block 21199983
DOMAIN_SEPARATOR() view returns (bytes32)
0x74936efb5f568390a1133a9ddebbd96d6adeee8ce36fde2d73d3bb7cc22248f0
PERMIT_TYPEHASH() view returns (bytes32)
0xea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb
autoBurn() view returns (bool)
false
beneficiary() view returns (address)
0x412ea369798e1c46bb66e8fa14f1f8fd352aa504
burnedSupply() view returns (uint256)
0
buySlopeDen() view returns (uint256)
4800000000000000000000
buySlopeNum() view returns (uint256)
1
buybackReserve() view returns (uint256)
0
control() view returns (address)
0x412ea369798e1c46bb66e8fa14f1f8fd352aa504
currency() view returns (address)
0xa1d65e8fb6e87b60feccbc582f7f97804b725521
decimals() view returns (uint8)
18
feeBasisPoints() view returns (uint256)
0
feeCollector() view returns (address)
0x412ea369798e1c46bb66e8fa14f1f8fd352aa504
initGoal() view returns (uint256)
4898979485566395000000
initReserve() view returns (uint256)
50000000000000000000000
investmentReserveBasisPoints() view returns (uint256)
1000
minInvestment() view returns (uint256)
100000000000000000000
name() view returns (string)
DXdao
openUntilAtLeast() view returns (uint256)
0
revenueCommitmentBasisPoints() view returns (uint256)
0
state() view returns (uint256)
0
symbol() view returns (string)
DXD
totalSupply() view returns (uint256)
50000000000000000000000
version() view returns (string)
2
whitelist() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateBuyValue(uint256 _currencyValue) view returns (uint256)
estimateExitFee(uint256 _msgValue) view returns (uint256)
estimatePayValue(uint256 _currencyValue) view returns (uint256)
estimateSellValue(uint256 _quantityToSell) view returns (uint256)
initInvestors(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
buy(address _to, uint256 _currencyValue, uint256 _minTokensBought) payable
close() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, uint8 decimals)
initialize(uint256 _initReserve, address _currencyAddress, uint256 _initGoal, uint256 _buySlopeNum, uint256 _buySlopeDen, uint256 _investmentReserveBasisPoints, string _name, string _symbol)
pay(address _to, uint256 _currencyValue) payable
permit(address holder, address spender, uint256 nonce, uint256 expiry, bool allowed, uint8 v, bytes32 r, bytes32 s)
sell(address _to, uint256 _quantityToSell, uint256 _minCurrencyReturned)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateConfig(address _whitelistAddress, address _beneficiary, address _control, address _feeCollector, uint256 _feeBasisPoints, bool _autoBurn, uint256 _revenueCommitmentBasisPoints, uint256 _minInvestment, uint256 _openUntilAtLeast)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _from, uint256 _fairValue)
Buy(address indexed _from, address indexed _to, uint256 _currencyValue, uint256 _fairValue)
Close(uint256 _exitFee)
Pay(address indexed _from, address indexed _to, uint256 _currencyValue, uint256 _fairValue)
Sell(address indexed _from, address indexed _to, uint256 _currencyValue, uint256 _fairValue)
StateChange(uint256 _previousState, uint256 _newState)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateConfig(address _whitelistAddress, address indexed _beneficiary, address indexed _control, address indexed _feeCollector, bool _autoBurn, uint256 _revenueCommitmentBasisPoints, uint256 _feeBasisPoints, uint256 _minInvestment, uint256 _openUntilAtLeast)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.