BondingsCore

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xf038783d at 14740364
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 44 additional slots

No balances found for "BondingsCore"

No transactions found for "BondingsCore"


Functions
Getter at block 22778770
bondingsCount(view returns (uint256)
0
erc20Supply(view returns (uint256)
0
fairLaunchSupply(view returns (uint256)
0
holdLimit(view returns (uint256)
0
maxSupply(view returns (uint256)
0
mintLimit(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeDestination(view returns (address)
0x0000000000000000000000000000000000000000
protocolFeePercent(view returns (uint256)
0
seedLiquidity(view returns (uint256)
0
unitTokenAddress(view returns (address)
0x0000000000000000000000000000000000000000
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
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token