Dao
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
21
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 14 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Dao"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Dao"
ABI
ABI objects
Getter at block 21223366 totalNet() view returns (uint256)
ADVANCE_ROLE() view returns (bytes32)
0xdc98ff1a6a5d4b8177347583fe446a9de3d27d760334fb936cdd5d652e355675
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOVERNOR_ROLE() view returns (bytes32)
0x7935bd0ae54bc31f548c14dba4d37c5c64b3f8ca900cb468fb8abd54d5894f55
bootstrapping() view returns (bool)
true
coupon() view returns (address)
0x0000000000000000000000000000000000000000
dollar() view returns (address)
0x0000000000000000000000000000000000000000
dontdiememe() view returns (address)
0x0000000000000000000000000000000000000000
epoch() view returns (uint256)
0
epochPeriod() pure returns (uint256)
21600
epochTime() view returns (uint256)
2860
getPrice() view returns (uint256)
0
oracle() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x0000000000000000000000000000000000000000
totalBonded() view returns (uint256)
0
totalCouponStaged() view returns (uint256)
0
totalStaged() view returns (uint256)
0
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address account) view returns (uint256)
balanceOfBonded(address account) view returns (uint256)
balanceOfCouponStaged(address account) view returns (uint256)
balanceOfStaged(address account) view returns (uint256)
fluidUntil(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
lockedUntil(address account) view returns (uint256)
rewarded(address staker) view returns (uint256)
statusOf(address account) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalBondedAt(uint256 _epoch) view returns (uint256)
State-modifying
Events advance()
deposit(uint256 value)
depositCoupons(uint256[] couponIds)
grantRole(bytes32 role, address account)
initialize(address dollar, address oracle, address pool, address dontdiememe, address coupon)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAdvance(uint256 advanceIncentive)
setCoupon(address coupon)
setDollar(address dollar)
setDontdiememe(address dontdiememe)
setOracle(address oracle)
setPool(address pool)
stake(uint256 value)
unbond(uint256 value)
unstake(uint256 value)
withdraw(uint256 value)
withdrawCoupons(uint256[] couponIds)
Advance(uint256 indexed epoch, uint256 block, uint256 timestamp)
Incentivization(address indexed account, uint256 amount)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Stake(address indexed account, uint256 value)
StakeCoupons(address indexed account, uint256[] couponIds)
SupplyIncrease(uint256 indexed epoch, uint256 price, uint256 newBonded)
SupplyNeutral(uint256 indexed epoch)
Unstake(address indexed account, uint256 start, uint256 value)
UnstakeCoupons(address indexed account, uint256 start, uint256[] couponIds)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.