TreasuryHandlerAlpha
Verified contract
Active on
Ethereum with 16 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
0x0283…140b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BEEP | ERC-20 | 9.282797M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16414900 | 2 years ago | | | 0 | 0.0015695481 | |
| 16344260 | 2 years ago | | | 0 | 0.00095419963 | |
| 16333414 | 2 years ago | | | 0 | 0.00037130642 | |
| 16313254 | 2 years ago | | | 0 | 0.00050231756 | |
| 16299604 | 2 years ago | | | 0 | 0.00091102053 | |
| 16299604 | 2 years ago | | | 0 | 0.00091040877 | |
| 16299201 | 2 years ago | | | 0 | 0.00050575071 | |
| 16299039 | 2 years ago | | | 0 | 0.00060206940 | |
| 16259869 | 2 years ago | | | 0 | 0.00060046685 | |
| 16243446 | 2 years ago | | | 0 | 0.00048134098 |
ABI
ABI objects
Getter at block 21279477
getExchangePoolAddresses() view returns (address[])
[0x2cEB38F67298470E69b77f609F063caA467A6B6d, 0xAa1656B7d4629476Fa4CF76CCfBc01a4653bAc71]
liquidityBasisPoints() view returns (uint256)
0
owner() view returns (address)
0xdd1c8c22593ec7dd8aacd96f914550e0d3d568fb
priceImpactBasisPoints() view returns (uint256)
300
primaryPool() view returns (address)
0xaa1656b7d4629476fa4cf76ccfbc01a4653bac71
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
token() view returns (address)
0x0283d310d682284ebc24db33a41bb5a01bdd140b
treasury() view returns (address)
0xdd1c8c22593ec7dd8aacd96f914550e0d3d568fb
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.