StableReserve
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "StableReserve"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StableReserve"
ABI
ABI objects
Getter at block 21291717 mintable() view returns (uint256)
anarchizedAt() view returns (uint256)
0
baseCurrency() view returns (address)
0x0000000000000000000000000000000000000000
commitToken() view returns (address)
0x0000000000000000000000000000000000000000
forceAnarchizeAt() view returns (uint256)
0
gov() view returns (address)
0x0000000000000000000000000000000000000000
priceOfCommit() view returns (uint256)
0
recoverer() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowed(address account) view returns (bool)
nonRecoverable(address) view returns (bool)
permanentlyNonRecoverable(address) view returns (bool)
State-modifying
Events allow(address account, bool active)
anarchize()
disable(address _contract)
disablePermanently(address _contract)
enable(address _contract)
forceAnarchize()
grant(address recipient, uint256 amount, bytes data)
initialize(address _recoverer, address[] disableList)
initialize(address gov_)
initialize(address gov_, address commitToken_, address baseCurrency_, address[] admins)
payInsteadOfWorking(uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
redeem(uint256 amount)
reserveAndMint(uint256 amount)
setAnarchyPoint(uint256 timestamp)
setGovernance(address gov_)
setRecoverer(address _recoverer)
AdminUpdated(address indexed minter)
Anarchized()
NewGovernance(address indexed _prevGovernance, address indexed _newGovernance)
Recovered(address token, uint256 amount)
Redeemed(address to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.