Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEI | ERC-20 | 29.37967 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21058604 | 20 days ago | | | 0 | 0.00029962939 | |
| 19952753 | 6 months ago | | | 0 | 0.00018714009 | |
| 19952610 | 6 months ago | | | 0 | 0.000089221131 | |
| 19952560 | 6 months ago | | | 0 | 0.000085377520 | |
| 19952545 | 6 months ago | | | 0 | 0.00018048168 | |
| 19952536 | 6 months ago | | | 0 | 0.00010801841 | |
| 19952534 | 6 months ago | | | 0 | 0.00016264672 | |
| 19952274 | 6 months ago | | | 0 | 0.00016099980 | |
| 19952260 | 6 months ago | | | 0 | 0.00017811122 | |
| 19952254 | 6 months ago | | | 0 | 0.00010980981 |
ABI
ABI objects
Getter at block 21203557
COLLATERAL_RATIO_PAUSER() view returns (bytes32)
0xb25402418ad555013210365a422f9f1206b2dd00719998db06f8a1fbe014641b
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEI_bottom_band() view returns (uint256)
960000
DEI_top_band() view returns (uint256)
1040000
FIP_6() view returns (bool)
false
GR_bottom_band() view returns (uint256)
1000
GR_top_band() view returns (uint256)
1000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
TRUSTY_ROLE() view returns (bytes32)
0x0db189261133fd7647d3308512b693b47bed44004cac80fb59aa64b63a231e2c
collateral_ratio_paused() view returns (bool)
false
creator_address() view returns (address)
0xfe351f5ed699fd5ea80b906f89dfdad2f885a46c
decimals() view returns (uint8)
18
dei_step() view returns (uint256)
1000
deus_address() view returns (address)
0xde5ed76e7c05ec5e4572cfc88d1acea165109e44
genesis_supply() view returns (uint256)
10000000000000000000000
getChainID() view returns (uint256)
1
global_collateral_ratio() view returns (uint256)
800000
growth_ratio() view returns (uint256)
0
last_call_time() view returns (uint256)
0
name() view returns (string)
DEI
oracle() view returns (address)
0x3967e99b02d86ffc84fb69fd9a7c136952906201
price_band() view returns (uint256)
5000
refresh_cooldown() view returns (uint256)
1800
reserve_tracker_address() view returns (address)
0xcbcdff7e0779f25d7a72c243ac8c25410c67dbd2
symbol() view returns (string)
DEI
totalSupply() view returns (uint256)
231375791904343543980227
use_growth_ratio() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dei_info(uint256[] collat_usd_price) view returns (uint256, uint256, uint256)
dei_pools(address) view returns (bool)
dei_pools_array(uint256) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
globalCollateralValue(uint256[] collat_usd_price) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
verify_price(bytes32 sighash, bytes[] sigs) view returns (bool)
State-modifying
Events activateFIP6(bool _activate)
addPool(address pool_address)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pool_burn_from(address b_address, uint256 b_amount)
pool_mint(address m_address, uint256 m_amount)
refreshCollateralRatio(uint256 deus_price, uint256 dei_price, uint256 expire_block, bytes[] sigs)
removePool(address pool_address)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDEIStep(uint256 _new_step)
setDEUSAddress(address _deus_address)
setGrowthRatioBands(uint256 _GR_top_band, uint256 _GR_bottom_band)
setOracle(address _oracle)
setPriceBands(uint256 _top_band, uint256 _bottom_band)
setRefreshCooldown(uint256 _new_cooldown)
setReserveTracker(address _reserve_tracker_address)
toggleCollateralRatio()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
useGrowthRatio(bool _use_growth_ratio)
Approval(address indexed owner, address indexed spender, uint256 value)
CollateralRatioRefreshed(uint256 global_collateral_ratio)
CollateralRatioToggled(bool collateral_ratio_paused)
DEIBurned(address indexed from, address indexed to, uint256 amount)
DEIMinted(address indexed from, address indexed to, uint256 amount)
DEIStepSet(uint256 new_step)
DEUSAddressSet(address deus_address)
FIP_6Set(bool activate)
GrowthRatioBandSet(uint256 GR_top_band, uint256 GR_bottom_band)
OracleSet(address oracle)
PoolAdded(address pool_address)
PoolRemoved(address pool_address)
PriceBandSet(uint256 top_band, uint256 bottom_band)
RefreshCooldownSet(uint256 new_cooldown)
ReserveTrackerSet(address reserve_tracker_address)
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)
Transfer(address indexed from, address indexed to, uint256 value)
UseGrowthRatioSet(bool use_growth_ratio)
constructor(string _name, string _symbol, address _creator_address, address _trusty_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.