GlobalSettlement
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x27ef…06c2
0xcee6…0fce
0x4ed9…7851
0x8353…8e76
Balances ($0.00)
No balances found for "GlobalSettlement"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GlobalSettlement"
ABI
ABI objects
Getter at block 21299560
accountingEngine() view returns (address)
0xcee6aa1ab47d0fb0f24f51a3072ec16e20f90fce
coinSavingsAccount() view returns (address)
0x0000000000000000000000000000000000000000
contractEnabled() view returns (uint256)
1
liquidationEngine() view returns (address)
0x27efc6ffe79692e0521e7e27657cf228240a06c2
oracleRelayer() view returns (address)
0x4ed9c0dca0479bc64d8f4eb3007126d5791f7851
outstandingCoinSupply() view returns (uint256)
0
safeEngine() view returns (address)
0xcc88a9d330da1133df3a7bd823b95e52511a6962
shutdownCooldown() view returns (uint256)
345600
shutdownTime() view returns (uint256)
0
stabilityFeeTreasury() view returns (address)
0x83533fdd3285f48204215e9cf38c785371258e76
Read-only
authorizedAccounts(address) view returns (uint256)
coinBag(address) view returns (uint256)
coinsUsedToRedeem(bytes32, address) view returns (uint256)
collateralCashPrice(bytes32) view returns (uint256)
collateralShortfall(bytes32) view returns (uint256)
collateralTotalDebt(bytes32) view returns (uint256)
finalCoinPerCollateralPrice(bytes32) view returns (uint256)
State-modifying
Events addAuthorization(address account)
calculateCashPrice(bytes32 collateralType)
fastTrackAuction(bytes32 collateralType, uint256 auctionId)
freeCollateral(bytes32 collateralType)
freezeCollateralType(bytes32 collateralType)
modifyParameters(bytes32 parameter, address data)
modifyParameters(bytes32 parameter, uint256 data)
prepareCoinsForRedeeming(uint256 coinAmount)
processSAFE(bytes32 collateralType, address safe)
redeemCollateral(bytes32 collateralType, uint256 coinsAmount)
removeAuthorization(address account)
setOutstandingCoinSupply()
shutdownSystem()
AddAuthorization(address account)
CalculateCashPrice(bytes32 indexed collateralType, uint256 collateralCashPrice)
FastTrackAuction(bytes32 indexed collateralType, uint256 auctionId, uint256 collateralTotalDebt)
FreeCollateral(bytes32 indexed collateralType, address sender, int256 collateralAmount)
FreezeCollateralType(bytes32 indexed collateralType, uint256 finalCoinPerCollateralPrice)
ModifyParameters(bytes32 parameter, address data)
ModifyParameters(bytes32 parameter, uint256 data)
PrepareCoinsForRedeeming(address indexed sender, uint256 coinBag)
ProcessSAFE(bytes32 indexed collateralType, address safe, uint256 collateralShortfall)
RedeemCollateral(bytes32 indexed collateralType, address indexed sender, uint256 coinsAmount, uint256 collateralAmount)
RemoveAuthorization(address account)
SetOutstandingCoinSupply(uint256 outstandingCoinSupply)
ShutdownSystem()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.