Synchronizer
Verified contract
Active on
Ethereum with 140 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEI | ERC-20 | 2.971719K | -- | -- | |
StableDAI.com | ERC-20 | 457 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20464861 | 3 months ago | | | 0 | 0.00022084317 | |
| 20464858 | 3 months ago | | | 0 | 0.00034455477 | |
| 20464853 | 3 months ago | | | 0 | 0.00015563655 | |
| 20464844 | 3 months ago | | | 0 | 0.00027569709 | |
| 20464835 | 3 months ago | | | 0 | 0.00036424141 | |
| 14429621 | 3 years ago | | | 0 | 0.0010545531 | |
| 14047999 | 3 years ago | | | 0 | 0.014168771 | |
| 13640394 | 3 years ago | | | 0 | 0.0043940963 | |
| 13532504 | 3 years ago | | | 0 | 0.017694877 | |
| 13499037 | 3 years ago | | | 0 | 0.016340257 |
ABI
ABI objects
Getter at block 21202742
COLLATERAL_WITHDRAWER_ROLE() view returns (bytes32)
0x1f29e81ed8f7ae439f042f6b6767d105e87c4eef908508d5d9e550aef35af644
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_WITHDRAWER_ROLE() view returns (bytes32)
0xcecef922ac6ded813804bed2d5fdf033decf4a090fa3c9b9f529302a0aff6455
ORACLE_ROLE() view returns (bytes32)
0x68e79a7bf1e0bc45d0a330c573bc367f9cf464fd326078812f301165fbda4ef1
REMAINING_DOLLAR_CAP_SETTER_ROLE() view returns (bytes32)
0x7d163d9528452856f0a444d05eadadb12e4478f61be98657f9821639c046548b
collateralToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
minimumRequiredSignature() view returns (uint256)
2
remainingDollarCap() view returns (uint256)
559222031346412001978171
scale() view returns (uint256)
1000000000000000000
withdrawableFeeAmount() view returns (uint256)
10362197425640560205412
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buyFor(address _user, uint256 multiplier, address registrar, uint256 amount, uint256 fee, uint256[] blockNos, uint256[] prices, uint8[] v, bytes32[] r, bytes32[] s)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sellFor(address _user, uint256 multiplier, address registrar, uint256 amount, uint256 fee, uint256[] blockNos, uint256[] prices, uint8[] v, bytes32[] r, bytes32[] s)
setCollateralToken(address _collateralToken)
setMinimumRequiredSignature(uint256 _minimumRequiredSignature)
setRemainingDollarCap(uint256 _remainingDollarCap)
withdrawCollateral(uint256 _amount, address _recipient)
withdrawFee(uint256 _amount, address _recipient)
Buy(address user, address registrar, uint256 registrarAmount, uint256 collateralAmount, uint256 feeAmount)
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)
Sell(address user, address registrar, uint256 registrarAmount, uint256 collateralAmount, uint256 feeAmount)
WithdrawCollateral(uint256 amount, address recipient)
WithdrawFee(uint256 amount, address recipient)
constructor(uint256 _remainingDollarCap, uint256 _minimumRequiredSignature, address _collateralToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.