Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($85,576.90)
Native
Value
$85,576.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 26.751642 | $3,198.94 |
$85,576.9 | |
50OLAS-50WXDAI | ERC-20 | 1.634375M | -- | -- | |
50WMATIC-50OLAS | ERC-20 | 976.904804K | -- | -- | |
50OLAS-50USDC | ERC-20 | 401.907799K | -- | -- | |
ULP | ERC-20 | 210.254802K | -- | -- | |
UNI-V2 | ERC-20 | 63.656402K | -- | -- | |
0x3685…3e04 | ERC-20 | 21.639608K | -- | -- | |
50OLAS-50WETH | ERC-20 | 8.639767K | -- | -- | |
50WETH-50OLAS | ERC-20 | 5.548317K | -- | -- | |
W-50WMATIC-50OLAS | ERC-20 | 23.0634 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098173 | 8 days ago | | | 1.5 | 0.058565560 | |
| 21065779 | 13 days ago | | | 0.7 | 0.014663419 | |
| 21027717 | 18 days ago | | | 0.065 | 0.0017591731 | |
| 21027711 | 18 days ago | | | 0.2 | 0.0024144264 | |
| 21027671 | 18 days ago | | | 0.2 | 0.0055299359 | |
| 21026335 | 18 days ago | | | 0.3 | 0.0027868392 | |
| 20927176 | a month ago | | | 0.065 | 0.010521974 | |
| 20834414 | a month ago | | | 1 | 0.010155472 | |
| 20826164 | 2 months ago | | | 1 | 0.0054812422 | |
| 20442507 | 3 months ago | | | 1 | 0.0030188409 |
ABI
ABI objects
Getter at block 21158204
ETHFromServices() view returns (uint96)
26751642056992338451
ETHOwned() view returns (uint96)
0
ETH_TOKEN_ADDRESS() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
depository() view returns (address)
0xff8697d8d2998d6aa2e09b405795c6f4beeb0c81
dispenser() view returns (address)
0x5650300fcbab43a0d7d02f8cb5d0f039402593f0
minAcceptedETH() view returns (uint96)
65000000000000000
olas() view returns (address)
0x0001a500a6b18995b03f44bb040a5ffc28e45cb0
owner() view returns (address)
0x3c1ff68f5aa342d296d4dee4bb1cacca912d95fe
paused() view returns (uint8)
1
tokenomics() view returns (address)
0xc096362fa6f4a4b1a9ea68b1043416f3381ce300
Read-only
isEnabled(address token) view returns (bool enabled)
mapEnabledTokens(address) view returns (bool)
mapTokenReserves(address) view returns (uint256)
State-modifying
Events changeManagers(address _tokenomics, address _depository, address _dispenser)
changeMinAcceptedETH(uint256 _minAcceptedETH)
changeOwner(address newOwner)
depositServiceDonationsETH(uint256[] serviceIds, uint256[] amounts) payable
depositTokenForOLAS(address account, uint256 tokenAmount, address token, uint256 olasMintAmount)
disableToken(address token)
drainServiceSlashedFunds() returns (uint256 amount)
enableToken(address token)
pause()
rebalanceTreasury(uint256 treasuryRewards) returns (bool success)
unpause()
withdraw(address to, uint256 tokenAmount, address token) returns (bool success)
withdrawToAccount(address account, uint256 accountRewards, uint256 accountTopUps) returns (bool success)
DepositTokenFromAccount(address indexed account, address indexed token, uint256 tokenAmount, uint256 olasAmount)
DepositoryUpdated(address indexed depository)
DisableToken(address indexed token)
DispenserUpdated(address indexed dispenser)
DonateToServicesETH(address indexed sender, uint256[] serviceIds, uint256[] amounts, uint256 donation)
EnableToken(address indexed token)
MinAcceptedETHUpdated(uint256 amount)
OwnerUpdated(address indexed owner)
PauseTreasury()
ReceiveETH(address indexed sender, uint256 amount)
TokenomicsUpdated(address indexed tokenomics)
UnpauseTreasury()
UpdateTreasuryBalances(uint256 ETHOwned, uint256 ETHFromServices)
Withdraw(address indexed token, address indexed to, uint256 tokenAmount)
constructor(address _olas, address _tokenomics, address _depository, address _dispenser)
receive()
AlreadyInitialized()
BondNotRedeemable(uint256 bondId)
ClaimIncentivesFailed(address account, uint256 reward, uint256 topUp)
DelegatecallOnly()
DonatorBlacklisted(address account)
InsufficientAllowance(uint256 provided, uint256 expected)
LowerThan(uint256 provided, uint256 expected)
ManagerOnly(address sender, address manager)
NonZeroValue()
Overflow(uint256 provided, uint256 max)
OwnerOnly(address sender, address owner)
Paused()
ProductClosed(uint256 productId)
ProductExpired(address tokenAddress, uint256 productId, uint256 deadline, uint256 curTime)
ProductSupplyLow(address tokenAddress, uint256 productId, uint256 requested, uint256 actual)
ReentrancyGuard()
SameBlockNumberViolation()
ServiceDoesNotExist(uint256 serviceId)
ServiceNeverDeployed(uint256 serviceId)
TransferFailed(address token, address from, address to, uint256 amount)
TreasuryRebalanceFailed(uint256 epochNumber)
UnauthorizedToken(address tokenAddress)
WrongAmount(uint256 provided, uint256 expected)
WrongArrayLength(uint256 numValues1, uint256 numValues2)
WrongTokenAddress(address provided, address expected)
WrongUnitId(uint256 unitId, uint256 unitType)
ZeroAddress()
ZeroValue()