ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 47 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
11 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18535616 | a year ago | | | 0 | 0.0052237834 | |
| 18535614 | a year ago | | | 0 | 0.0053097258 | |
| 18492782 | a year ago | | | 0 | 0.0011666793 | |
| 18492781 | a year ago | | | 0 | 0.0017396355 | |
| 18470332 | a year ago | | | 0 | 0.0013004670 | |
| 18470331 | a year ago | | | 0 | 0.0011098779 | |
| 18420251 | a year ago | | | 0 | 0.0014315447 | |
| 18335598 | a year ago | | | 0 | 0.00085078427 | |
| 18335597 | a year ago | | | 0 | 0.00084515313 | |
| 18318313 | a year ago | | | 0 | 0.00031040380 |
ABI
ABI objects
Getter at block 21331189 proxiableUUID() view returns (bytes32)
controller() view returns (address)
0x2dd622657083fa625666ed1421bc921d378227f1
forge() view returns (address)
0x0000000000000000000000000000000000000000
lp() view returns (address)
0x2fc20618d02131289ba5ffff5d0abc776522f8e9
owner() view returns (address)
0xadc0dcbda4734dc4017a2a4a980f3a50a1aaa36e
pair() view returns (address)
0x88faf2d73ef8f7f5b37d4c050d4ea158c6ab33c2
phase() view returns (uint8)
0
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint16)
5
treasury() view returns (address)
0xa87990c04a409fc2e90c41512b4c143d4409bc49
unibot() view returns (address)
0xf819d9cb1c2a819fd991781a822de3ca8607c3c9
uniwar() view returns (address)
0x5b02ac27767b9bc8f5379ba7a835094aa81bf26f
Read-only
buyLimits(uint8) view returns (uint16 txMax, uint16 walletMax)
buyTaxRates(uint8) view returns (uint16 unibot, uint16 liquidity, uint16 treasury, uint16 burn)
forgeInstantWithdrawRates(uint8) view returns (uint16 x, uint16 y, uint16 z)
forgeStakingRates(uint8) view returns (uint16 x, uint16 y, uint16 z)
forgeVaultLockPeriods(uint8) view returns (uint256 x, uint256 y, uint256 z)
forgeWeights(uint8) view returns (uint8 x, uint8 y, uint8 z)
glacialBind(address) view returns (bool)
highElves(address) view returns (bool)
sellLimits(uint8) view returns (uint16 txMax, uint16 walletMax)
sellTaxRates(uint8) view returns (uint16 unibot, uint16 liquidity, uint16 treasury, uint16 burn)
State-modifying
Events appointHighElves(address[] _elf) returns (bool)
initialize(address _treasury, address _controller, address _lp, address _router, address _unibot)
recoverEth(uint256 _amount, address _to)
recoverTokens(address _token, uint256 _amount, address _to)
renounceOwnership()
transferOwnership(address newOwner)
updateBuyLimits(uint8 _phase, uint16 _txMax, uint16 _walletMax) returns (bool)
updateBuyTaxRates(uint8 _phase, uint16 _unibot, uint16 _liquidity, uint16 _treasury, uint16 _burn) returns (bool)
updateController(address _controller) returns (bool)
updateForge(address _forge) returns (bool)
updateForgeInstantWithdrawRates(uint8 _phase, uint16 _x, uint16 _y, uint16 _z) returns (bool)
updateForgeStakingRates(uint8 _phase, uint16 _x, uint16 _y, uint16 _z) returns (bool)
updateForgeVaultLockPeriods(uint8 _phase, uint256 _x, uint256 _y, uint256 _z) returns (bool)
updateForgeWeights(uint8 _phase, uint8 _x, uint8 _y, uint8 _z) returns (bool)
updateGlacialBind(address _elf, bool _bind) returns (bool)
updateHighElves(address _elf, bool _appoint) returns (bool)
updateLp(address _lp) returns (bool)
updatePair(address _pair) returns (bool)
updatePhase(uint8 _phase) returns (bool)
updateRouter(address _router) returns (bool)
updateSellLimits(uint8 _phase, uint16 _txMax, uint16 _walletMax) returns (bool)
updateSellTaxRates(uint8 _phase, uint16 _unibot, uint16 _liquidity, uint16 _treasury, uint16 _burn) returns (bool)
updateSwapThreshold(uint16 _threshold) returns (bool)
updateTreasury(address _treasury) returns (bool)
updateUnibot(address _unibot) returns (bool)
updateUniwar(address _uniwar) returns (bool)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
EthRecovered(uint256 indexed _amount, address indexed _to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensRecovered(address indexed _token, uint256 indexed _amount, address indexed _to)
UpdateBuyLimits(uint8 _phase, uint16 _txMax, uint16 _walletMax)
UpdateBuyTaxRates(uint8 _phase, uint16 _unibot, uint16 _liquidity, uint16 _treasury, uint16 _burn)
UpdateController(address indexed _oldController, address indexed _newController)
UpdateForge(address indexed _oldAddress, address indexed _newAddress)
UpdateForgeInstantWithdrawRates(uint8 _phase, uint16 _x, uint16 _y, uint16 _z)
UpdateForgeStakingRates(uint8 _phase, uint16 _x, uint16 _y, uint16 _z)
UpdateForgeVaultLockPeriods(uint8 _phase, uint256 _x, uint256 _y, uint256 _z)
UpdateForgeWeights(uint8 _phase, uint8 _x, uint8 _y, uint8 _z)
UpdateGlacialBind(address indexed _elf, bool _bind)
UpdateHighElves(address indexed _elf, bool _appoint)
UpdateLp(address indexed _oldLp, address indexed _newLp)
UpdatePair(address indexed _oldPair, address indexed _newPair)
UpdatePhase(uint8 _oldPhase, uint8 _newPhase)
UpdateRouter(address indexed _oldRouter, address indexed _newRouter)
UpdateSellLimits(uint8 _phase, uint16 _txMax, uint16 _walletMax)
UpdateSellTaxRates(uint8 _phase, uint16 _unibot, uint16 _liquidity, uint16 _treasury, uint16 _burn)
UpdateSwapEnabled(uint8 _phase, bool _enabled)
UpdateSwapThreshold(uint8 _phase, uint16 _oldThreshold, uint16 _newThreshold)
UpdateTreasury(address indexed _oldTreasury, address indexed _newTreasury)
UpdateUnibot(address indexed _oldAddress, address indexed _newAddress)
UpdateUniwar(address indexed _oldAddress, address indexed _newAddress)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.