MakerV2Manager
Verified contract
Active on
Ethereum with 5,857 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x44da…e76f
0x89d2…0359
0x6b17…1d0f
0x197e…7cf7
0x9759…1a28
0x35d1…492b
Balances ($0.00)
No balances found for "MakerV2Manager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10826629 | 4 years ago | | | 0 | 0.013192410 | |
| 10580815 | 4 years ago | | | 0 | 0.010995163 | |
| 10580450 | 4 years ago | | | 0 | 0.012835134 | |
| 10358573 | 4 years ago | | | 0 | 0.0080891250 | |
| 10330559 | 4 years ago | | | 0 | 0.0089003250 | |
| 10330552 | 4 years ago | | | 0 | 0.0095740200 | |
| 10243195 | 4 years ago | | | 0 | 0.0078327612 | |
| 10241510 | 4 years ago | | | 0 | 0.0079687608 | |
| 10217582 | 4 years ago | | | 0 | 0.0099549230 | |
| 10213007 | 4 years ago | | | 0 | 0.019717398 |
ABI
ABI objects
Getter at block 21173081
daiJoin() view returns (address)
0x9759a6ac90977b93b58547b4a71c78317f391a28
daiToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
isOnlyOwnerModule() pure returns (bytes4)
0xd490da4d
pot() view returns (address)
0x197e90f9fad81970ba7976f33cbd77088e5d7cf7
saiToken() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
scdMcdMigration() view returns (address)
0xc73e0383f3aff3215e6f04b0331d58cecf0ab849
vat() view returns (address)
0x35d1b3f3d7966a1dfe207aa4514c12a259a0492b
Read-only
dsrBalance(address _wallet) view returns (uint256)
getInvestment(address _wallet, address _token) view returns (uint256 _tokenValue, uint256 _periodEnd)
getNonce(address _wallet) view returns (uint256 nonce)
relayer(address) view returns (uint256 nonce)
State-modifying
Events addInvestment(address _wallet, address _token, uint256 _amount, uint256 _period) returns (uint256 _invested)
addModule(address _wallet, address _module)
execute(address _wallet, bytes _data, uint256 _nonce, bytes _signatures, uint256 _gasPrice, uint256 _gasLimit) returns (bool success)
exitAllDsr(address _wallet)
exitDsr(address _wallet, uint256 _amount)
init(address _wallet)
joinDsr(address _wallet, uint256 _amount)
recoverToken(address _token)
removeInvestment(address _wallet, address _token, uint256 _fraction)
swapDaiToSai(address _wallet, uint256 _amount)
swapSaiToDai(address _wallet, uint256 _amount)
InvestmentAdded(address indexed _wallet, address _token, uint256 _invested, uint256 _period)
InvestmentRemoved(address indexed _wallet, address _token, uint256 _fraction)
ModuleCreated(bytes32 name)
ModuleInitialised(address wallet)
TokenConverted(address indexed _wallet, address _srcToken, uint256 _srcAmount, address _destToken, uint256 _destAmount)
TransactionExecuted(address indexed wallet, bool indexed success, bytes32 signedHash)
constructor(address _registry, address _guardianStorage, address _scdMcdMigration, address _pot)
This contract contains no fallback and receive objects.
This contract contains no error objects.