TreasuryHandlerAlpha
Verified contract
Active on
Ethereum with 5 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
0xcf0c…6a2e
Balances ($32.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLOKI | ERC-20 | 189.964584K | $0.000172 |
$32.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16515556 | 2 years ago | | | 0.011305343 | 0.00037247503 | |
| 14319360 | 3 years ago | | | 0 | 0.00068164779 | |
| 14058777 | 3 years ago | | | 0 | 0.0049549201 | |
| 14058770 | 3 years ago | | | 0 | 0.010818476 | |
| 14058734 | 3 years ago | | | 0 | 0.0029628819 |
ABI
ABI objects
Getter at block 21157732
getExchangePoolAddresses() view returns (address[])
[0xca7c2771D248dCBe09EABE0CE57A62e18dA178c0]
liquidityBasisPoints() view returns (uint256)
2000
owner() view returns (address)
0x2b9d5c7f2ead1a221d771fb6bb5e35df04d60ab0
priceImpactBasisPoints() view returns (uint256)
300
primaryPool() view returns (address)
0xca7c2771d248dcbe09eabe0ce57a62e18da178c0
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
token() view returns (address)
0xcf0c122c6b73ff809c693db761e7baebe62b6a2e
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.