TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 166 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd9aa…b6ca
0xf34e…c249
0xea05…e78c
Balances ($116.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
THALES | ERC-20 | 290.966906 | $0.277272 |
$80.68 | |
USDbC | ERC-20 | 35.66266 | $1.002 |
$35.73 | |
WGC | ERC-20 | 200 | $0.000106 |
$0.02 | |
kurbi | ERC-20 | 0.1 | $0.000625 |
$0 | |
NUNU | ERC-20 | 785.555555 | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
OOMER | ERC-20 | 0.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9693553 | 9 months ago | | | 0 | 0.000000037445000000 | |
| 9693212 | 9 months ago | | | 0 | 0.000000044748000000 | |
| 8159623 | 10 months ago | | | 0 | 1.6778200e-7 | |
| 7691800 | a year ago | | | 0 | 0.000000807600867936 | |
| 7670134 | a year ago | | | 0 | 0.000000807687545190 | |
| 7648467 | a year ago | | | 0 | 0.000000807812745668 | |
| 7626800 | a year ago | | | 0 | 0.000000807870530504 | |
| 7604977 | a year ago | | | 0 | 0.000000803084019922 | |
| 7583310 | a year ago | | | 0 | 0.000000803084019922 | |
| 7561642 | a year ago | | | 0 | 0.000000807889792116 |
ABI
ABI objects
Getter at block 21865986
WETH9() view returns (address)
0x0000000000000000000000000000000000000000
buybacksEnabled() view returns (bool)
true
getTicksFromLastBuys() view returns (uint256)
184
lastBuyback() view returns (uint256)
1722542117
minAccepted() view returns (uint256)
5000000000000000000
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xf334412b96fe4a9fc0a93d6297574a3b30217e64
pathToUse() view returns (bytes)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca002710f34e0cff046e154cafcae502c7541b9e5fd8c249
sUSD() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
sUSDperTick() view returns (uint256)
300000000
swapRouter() view returns (address)
0xea05705e26c8aabea407994ea5e9d84db217e78c
thalesToken() view returns (address)
0xf34e0cff046e154cafcae502c7541b9e5fd8c249
tickLength() view returns (uint256)
43200
uniswapFactory() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
executeBuyback()
initNonReentrant()
initialize(address _owner, address _sUSD)
nominateNewOwner(address _owner)
retrieveSUSDAmount(address account, uint256 amount)
retrieveThalesAmount(address account, uint256 amount)
setBuybacksEnabled(bool _buybacksEnabled)
setMinAccepted(uint256 _minAccepted)
setOwner(address _owner)
setPath(bytes path)
setSwapRouter(address _swapRouter)
setThalesToken(address _tokenAddress)
setTickLength(uint256 _tickLength)
setTickRate(uint256 _sUSDperTick)
setUniswapV3Factory(address _uniswapFactory)
setWETHAddress(address _tokenAddress)
transferOwnershipAtInit(address proxyAddress)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BuybackExecuted(uint256 _amountIn, uint256 _amountOut)
MinAcceptedChanged(uint256 _minAccepted)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
SetBuybacksEnabled(bool _buybacksEnabled)
SwapRouterAddressChanged(address _swapRouter)
ThalesTokenAddressChanged(address _tokenAddress)
TickLengthChanged(uint256 _tickLength)
TickRateChanged(uint256 _sUSDperTick)
UniswapV3FactoryAddressChanged(address _uniswapFactory)
WETHTokenAddressChanged(address _tokenAddress)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.