TreasuryHandlerAlpha
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x4507…b528
Balances ($26.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOKEN | ERC-20 | 431.910992 | $0.062274 |
$26.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18434000 | a year ago | | | 0 | 0.00049329971 | |
| 18433998 | a year ago | | | 0 | 0.00086236257 | |
| 18433997 | a year ago | | | 0 | 0.0016964625 |
ABI
ABI objects
Getter at block 21293579
getExchangePoolAddresses() view returns (address[])
[0xC7e6B676bfC73Ae40bcC4577F22aab1682C691C6]
liquidityBasisPoints() view returns (uint256)
2000
owner() view returns (address)
0x2b9d5c7f2ead1a221d771fb6bb5e35df04d60ab0
priceImpactBasisPoints() view returns (uint256)
300
primaryPool() view returns (address)
0xc7e6b676bfc73ae40bcc4577f22aab1682c691c6
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
token() view returns (address)
0x4507cef57c46789ef8d1a19ea45f4216bae2b528
treasury() view returns (address)
0x2b9d5c7f2ead1a221d771fb6bb5e35df04d60ab0
Read-only
This contract contains no read-only function objects.
State-modifying
Events addExchangePool(address exchangePool)
afterTransferHandler(address benefactor, address beneficiary, uint256 amount)
beforeTransferHandler(address benefactor, address beneficiary, uint256 amount)
removeExchangePool(address exchangePool)
renounceOwnership()
setLiquidityBasisPoints(uint256 newBasisPoints)
setPriceImpactBasisPoints(uint256 newBasisPoints)
setPrimaryPool(address exchangePool)
setTreasury(address newTreasuryAddress)
transferOwnership(address newOwner)
withdraw(address tokenAddress, uint256 amount)
ExchangePoolAdded(address exchangePool)
ExchangePoolRemoved(address exchangePool)
LiquidityBasisPointsUpdated(uint256 oldBasisPoints, uint256 newBasisPoints)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceImpactBasisPointsUpdated(uint256 oldBasisPoints, uint256 newBasisPoints)
PrimaryPoolUpdated(address oldPrimaryPool, address newPrimaryPool)
TreasuryAddressUpdated(address oldTreasuryAddress, address newTreasuryAddress)
constructor(address treasuryAddress, address tokenAddress, address routerAddress, uint256 initialLiquidityBasisPoints, uint256 initialPriceImpactBasisPoints)
receive()
This contract contains no error objects.