TransparentUpgradeableProxy

Verified contract

Proxy

Active on Base with 4,301 txns
Deployed by via 0x93afcd94 at 13447317
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 44 additional slots
ERC-20
Value $206.97
ERC-20
Value $0.13
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xdb9c12fe07b21def9173a58ecf7b98dc4147f71b8a4550ce04a0b3288fc891dd
0x150388daf15425610b15f521aaa8c9a52a61ec75aeb54018308a0f848afbc3fb
0x53b6fa4c6c6dc39ac2fce8551688aa74ab7f74db91622695eec7ed722485c7fd
0x685f20c97b5ba30efa963890d9c0be74e7c4384ba49649efa2158df53ed11c79
0x97aeb5b905cfc67d323ca2145bcc854bc22fab6614c38610f9436e171cb99c35
0x348a70c61048bae4453e9d8dfb861dd4c0e37036628e0b297c299f7aee54e2d1
0xeb7589a5b0df2dee0a33b5e442ea3f2e1332a7c18f23e34b11130d74a9e8ded7
0xfa494d78a9b405896a2ff1e0c93d16eef7b1cdda509047f9aa16f94f0a1c90d7
0x6dd8cecef3cae8440d59f5321fce63fe16a5fa69cbb61440b5c2d6afc433f28f
0x3479b8f62fc42e5fdbd99decaa3e25a09d950efb30ad7c9a963657a3f0fe51a5

Functions
Getter at block 22766323
bondingsCount(view returns (uint256)
514
erc20Supply(view returns (uint256)
1000000000000000000000000000
fairLaunchSupply(view returns (uint256)
300
holdLimit(view returns (uint256)
30
maxSupply(view returns (uint256)
3000
mintLimit(view returns (uint256)
30
owner(view returns (address)
0x770792ebe4545ce566773c7a937014b5469cb9cb
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeDestination(view returns (address)
0xdb843a9bddc3588ee20b4234450b8dda5511fee4
protocolFeePercent(view returns (uint256)
100
seedLiquidity(view returns (uint256)
8000000000
unitTokenAddress(view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Read-only
bondingsName(uint256view returns (string)
bondingsStage(uint256view returns (uint8)
bondingsSymbol(uint256view returns (string)
bondingsTotalShare(uint256view returns (uint256)
erc20Address(uint256view returns (address)
getBondingsTotalShare(uint256 bondingsIdview returns (uint256)
getBuyPrice(uint256 bondingsIduint256 amountview returns (uint256)
getBuyPriceAfterFee(uint256 bondingsIduint256 amountview returns (uint256)
getPrice(uint256 supplyuint256 amountpure returns (uint256)
getSellPrice(uint256 bondingsIduint256 amountview returns (uint256)
getSellPriceAfterFee(uint256 bondingsIduint256 amountview returns (uint256)
isOperator(addressview returns (bool)
userShare(uint256addressview returns (uint256)
State-modifying
acceptOwnership(
buyBondings(uint256 bondingsIduint256 shareuint256 maxPayTokenAmount
initialize(address unitTokenAddress_address protocolFeeDestination_
launchBondings(string namestring symbol
launchERC20(uint256 bondingsId
renounceOwnership(
sellBondings(uint256 bondingsIduint256 shareuint256 minGetTokenAmount
setERC20Supply(uint256 newErc20Supply
setFairLaunchSupply(uint256 newFairLaunchSupply
setHoldLimit(uint256 newHoldLimit
setMaxSupply(uint256 newMaxSupply
setMintLimit(uint256 newMintLimit
setOperator(address operatorbool isOperator_
setProtocolFeeDestination(address newProtocolFeeDestination
setProtocolFeePercent(uint256 newProtocolFeePercent
setSeedLiquidity(uint256 newSeedLiquidity
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
AdminSetParam(string paramNamebytes32 oldValuebytes32 newValue
BuyBondings(uint256 bondingsIdstring bondingsNameaddress indexed useruint256 shareuint256 lastShareuint256 buyPriceuint256 buyPriceAfterFeeuint256 fee
Initialized(uint64 version
LaunchBondings(uint256 bondingsIdstring bondingsNamestring bondingsSymboladdress indexed user
LaunchERC20(uint256 bondingsIdstring bondingsNamestring bondingsSymboluint256 finalSupplyaddress operatoraddress tokenAddress
OperatorSet(address operatorbool isOperator_
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SellBondings(uint256 bondingsIdstring bondingsNameaddress indexed useruint256 shareuint256 lastShareuint256 sellPriceuint256 sellPriceAfterFeeuint256 fee
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token