DerivaDAO
Verified contract
Active on
Ethereum with 14,636 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($991.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DDX | ERC-20 | 12.146123K | $0.081657 |
$991.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211351 | 2 hours ago | | | 0 | 0.00053801978 | |
| 21210826 | 4 hours ago | | | 0 | 0.00096412887 | |
| 21206306 | 19 hours ago | | | 0 | 0.00044549690 | |
| 21203691 | a day ago | | | 0 | 0.00095216343 | |
| 21202376 | a day ago | | | 0 | 0.00061375748 | |
| 21201984 | a day ago | | | 0 | 0.0011362075 | |
| 21199645 | 2 days ago | | | 0 | 0.0011494997 | |
| 21197931 | 2 days ago | | | 0 | 0.0018010012 | |
| 21197925 | 2 days ago | | | 0 | 0.0023716996 | |
| 21193225 | 3 days ago | | | 0 | 0.00093156259 |
ABI
ABI objects
Getter at block 21212071
MAX_SUPPLY() view returns (uint96)
100000000000000000000000000
PRE_MINE_SUPPLY() view returns (uint96)
50000000000000000000000000
decimals() view returns (uint8)
18
issuedSupply() view returns (uint96)
53232567403627094112409122
issuer() view returns (address)
0x6fb8aa6fc6f27e591423009194529ae126660027
name() view returns (string)
DerivaDAO
ownershipTransferred() view returns (bool)
true
symbol() view returns (string)
DDX
totalSupply() view returns (uint96)
53232567403627094112409122
version() view returns (string)
1
Read-only
allowance(address _account, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
checkpoints(address, uint256) view returns (uint32 id, uint96 votes)
delegates(address) view returns (address)
getCurrentVotes(address _account) view returns (uint96)
getPriorVotes(address _account, uint256 _blockNumber) view returns (uint96)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
burn(uint256 _amount)
burnFrom(address _account, uint256 _amount)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
delegate(address _delegatee)
delegateBySig(address _delegatee, uint256 _nonce, uint256 _expiry, bytes _signature)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
mint(address _recipient, uint256 _amount)
permit(address _spender, uint256 _value, uint256 _nonce, uint256 _expiry, bytes _signature)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _from, address _recipient, uint256 _amount) returns (bool)
transferOwnershipToDerivaDEXProxy(address _derivaDEXProxy)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint96 previousBalance, uint96 newBalance)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.