Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x339b…f98a
0xaedc…fb0f
0x196f…6988
0x06fa…a037
Balances ($0.00)
No balances found for "Manager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19318821 | 9 months ago | | | 0 | 0.012334023 | |
| 18664635 | a year ago | | | 0 | 0.010547464 | |
| 18664616 | a year ago | | | 0 | 0.0092119424 | |
| 18664585 | a year ago | | | 0 | 0.010165552 | |
| 18584379 | a year ago | | | 0 | 0.010047987 | |
| 18416418 | a year ago | | | 0 | 0.012686590 | |
| 18416405 | a year ago | | | 0 | 0.0087032720 | |
| 18416378 | a year ago | | | 0 | 0.0097555417 | |
| 18412909 | a year ago | | | 0 | 0.0037258203 | |
| 18067222 | a year ago | | | 0 | 0.0049138324 |
ABI
ABI objects
Getter at block 21384927 isFullyCollateralized() view returns (bool)
delay() view returns (uint256)
86400
emergency() view returns (bool)
false
issuancePaused() view returns (bool)
false
nominatedOwner() view returns (address)
0xfc82f7d67facea4e93b8501f76ff5003cedccd89
operator() view returns (address)
0xa7b123d54bcec14b4206dab796982a6d5aaa6770
owner() view returns (address)
0xfc82f7d67facea4e93b8501f76ff5003cedccd89
proposalsLength() view returns (uint256)
5
seigniorage() view returns (uint256)
0
trustedBasket() view returns (address)
0x339b6baa88c4968ccfbb8b16b7622ac03ab3f98a
trustedProposalFactory() view returns (address)
0x06fa956887524836c8ff54f2f57695762ff0a037
trustedRSV() view returns (address)
0x196f4727526ea7fb1e17b2071b3d8eaa38486988
trustedVault() view returns (address)
0xaedcfcdd80573c2a312d15d6bb9d921a01e4fb0f
Read-only
toIssue(uint256 rsvAmount) view returns (uint256[])
toRedeem(uint256 rsvAmount) view returns (uint256[])
trustedProposals(uint256) view returns (address)
State-modifying
Events acceptOwnership()
acceptProposal(uint256 id)
cancelProposal(uint256 id)
clearProposals()
executeProposal(uint256 id)
issue(uint256 rsvAmount)
nominateNewOwner(address newOwner)
proposeSwap(address[] tokens, uint256[] amounts, bool[] toVault) returns (uint256)
proposeWeights(address[] tokens, uint256[] weights) returns (uint256)
redeem(uint256 rsvAmount)
renounceOwnership(string declaration)
setDelay(uint256 _delay)
setEmergency(bool val)
setIssuancePaused(bool val)
setOperator(address _operator)
setSeigniorage(uint256 _seigniorage)
setVault(address newVaultAddress)
DelayChanged(uint256 oldVal, uint256 newVal)
EmergencyChanged(bool indexed oldVal, bool indexed newVal)
Issuance(address indexed user, uint256 indexed amount)
IssuancePausedChanged(bool indexed oldVal, bool indexed newVal)
NewOwnerNominated(address indexed previousOwner, address indexed nominee)
OperatorChanged(address indexed oldAccount, address indexed newAccount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProposalAccepted(uint256 indexed id, address indexed proposer)
ProposalCanceled(uint256 indexed id, address indexed proposer, address indexed canceler)
ProposalExecuted(uint256 indexed id, address indexed proposer, address indexed executor, address oldBasket, address newBasket)
ProposalsCleared()
Redemption(address indexed user, uint256 indexed amount)
SeigniorageChanged(uint256 oldVal, uint256 newVal)
SwapProposed(uint256 indexed id, address indexed proposer, address[] tokens, uint256[] amounts, bool[] toVault)
VaultChanged(address indexed oldVaultAddr, address indexed newVaultAddr)
WeightsProposed(uint256 indexed id, address indexed proposer, address[] tokens, uint256[] weights)
constructor(address vaultAddr, address rsvAddr, address proposalFactoryAddr, address basketAddr, address operatorAddr, uint256 _seigniorage)
This contract contains no fallback and receive objects.
This contract contains no error objects.