MakerDaoGateway
Verified contract
Active on
Ethereum with 436 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf53a…1c09
Balances ($0.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZEON | ERC-20 | 92 | $0.001209 |
$0.11 | |
WETH | ERC-20 | 0 | $3,341.37 |
$0 | |
ERC20 | ERC-20 | 1.98 | -- | -- | |
ETHS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8669904 | 5 years ago | | | 0 | 0.0016032241 | |
| 8669873 | 5 years ago | | | 0 | 0.00080375008 | |
| 8652915 | 5 years ago | | | 0 | 0.00020973000 | |
| 8652891 | 5 years ago | | | 0 | 0.00031156500 | |
| 8627139 | 5 years ago | | | 0 | 0.0060190350 | |
| 8471531 | 5 years ago | | | 0 | 0.0020657550 | |
| 8337152 | 5 years ago | | | 0 | 0.00019821604 | |
| 8247164 | 5 years ago | | | 0 | 0.00039907607 | |
| 7862816 | 5 years ago | | | 0 | 0.00040209308 | |
| 7859651 | 5 years ago | | | 0.007026 | 0.0043277491 |
ABI
ABI objects
Getter at block 21169483 systemParameters() view returns (uint256 liquidationRatio, uint256 annualStabilityFee, uint256 daiAvailable)
dai() view returns (address)
0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359
dex() view returns (address)
0x39755357759ce0d7f32dc8dc45414cca409ae24e
mkr() view returns (address)
0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2
paused() view returns (bool)
false
peth() view returns (address)
0xf53ad2c6851052a81b42133467480961b2321c09
saiTub() view returns (address)
0x448a5065aebb8e423f0896e6c5d525c040f59af3
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
cdpOwner(bytes32) view returns (address)
cdpsByOwner(address, uint256) view returns (bytes32)
cdpsByOwnerLength(address _owner) view returns (uint256)
isPauser(address account) view returns (bool)
pethForWeth(uint256 wethAmount) view returns (uint256)
wethForPeth(uint256 pethAmount) view returns (uint256)
State-modifying
Events addPauser(address account)
borrowDai(bytes32 cdpId, uint256 daiAmount)
cdpInfo(bytes32 cdpId) returns (uint256 borrowedDai, uint256 outstandingDai, uint256 suppliedPeth)
closeCdp(bytes32 cdpId, bool payFeeInDai)
ejectCdp(bytes32 cdpId)
pause()
registerCdp(bytes32 cdpId, address owner)
renouncePauser()
repayDai(bytes32 cdpId, uint256 daiAmount, bool payFeeInDai)
repayDaiAndReturnEth(bytes32 cdpId, uint256 daiAmount, uint256 ethAmount, bool payFeeInDai)
repayDaiAndReturnWeth(bytes32 cdpId, uint256 daiAmount, uint256 wethAmount, bool payFeeInDai)
returnEth(bytes32 cdpId, uint256 ethAmount)
returnWeth(bytes32 cdpId, uint256 wethAmount)
supplyEth(bytes32 cdpId) payable returns (bytes32 _cdpId)
supplyEthAndBorrowDai(bytes32 cdpId, uint256 daiAmount) payable
supplyWeth(bytes32 cdpId, uint256 wethAmount) returns (bytes32 _cdpId)
supplyWethAndBorrowDai(bytes32 cdpId, uint256 wethAmount, uint256 daiAmount)
transferCdp(bytes32 cdpId, address nextOwner)
unpause()
CdpClosed(address indexed owner, bytes32 cdpId)
CdpEjected(address indexed newOwner, bytes32 cdpId)
CdpOpened(address indexed owner, bytes32 cdpId)
CdpRegistered(address indexed newOwner, bytes32 cdpId)
CdpTransferred(address indexed oldOwner, address indexed newOwner, bytes32 cdpId)
CollateralReturned(address indexed owner, bytes32 cdpId, uint256 wethAmount, uint256 pethAmount)
CollateralSupplied(address indexed owner, bytes32 cdpId, uint256 wethAmount, uint256 pethAmount)
DaiBorrowed(address indexed owner, bytes32 cdpId, uint256 amount)
DaiRepaid(address indexed owner, bytes32 cdpId, uint256 amount)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Unpaused(address account)
constructor(address _saiTub, address _dex)
fallback()
This contract contains no error objects.