TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 23 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14590154 | 6 months ago | | | 0 | 0.0000032905765 | |
| 14589975 | 6 months ago | | | 0 | 0.0000031321393 | |
| 14557079 | 6 months ago | | | 0.01 | 0.00047476612 | |
| 14554993 | 6 months ago | | | 0.01 | 0.00047208257 | |
| 14554558 | 6 months ago | | | 0.01 | 0.00047518238 | |
| 14554487 | 6 months ago | | | 0.01 | 0.00037682319 | |
| 14553372 | 6 months ago | | | 0.01 | 0.00047671510 | |
| 14552687 | 6 months ago | | | 0.01 | 0.00047392091 | |
| 14552203 | 6 months ago | | | 0.01 | 0.00047198242 | |
| 14552122 | 6 months ago | | | 0.01 | 0.00045449484 |
ABI
ABI objects
Getter at block 23073065
_liquidity_market_cap() view returns (uint256)
20000000000000000000
_max_price_eth() view returns (uint256)
20000000000
_tokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
_totalSupply() view returns (uint256)
260000000000000000000000000
flatFee() view returns (uint256)
10000000000000000
logicAddress() view returns (address)
0xe3a07baccb10b37c9cc61c98fab295d460d5ba6f
owner() view returns (address)
0xfd9305f7722c5841b2c39dbd177c629b7889d35d
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimFee()
create(address admin, string name, string symbol, address _feeReceiver, uint256 saltNonce) payable returns (address proxy)
feeReceive() payable
initialize(address _logicAddress)
renounceOwnership()
setFlatFee(uint256 fee)
setParams(uint256 totalSupply, uint256 max_price_eth)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyCreation(address proxy, address logic)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
AddressInsufficientBalance(address account)
FailedInnerCall()