BondingsCore
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 44 additional slots
Balances ($0.00)
No balances found for "BondingsCore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BondingsCore"
ABI
ABI objects
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(uint256) view returns (string)
bondingsStage(uint256) view returns (uint8)
bondingsSymbol(uint256) view returns (string)
bondingsTotalShare(uint256) view returns (uint256)
erc20Address(uint256) view returns (address)
getBondingsTotalShare(uint256 bondingsId) view returns (uint256)
getBuyPrice(uint256 bondingsId, uint256 amount) view returns (uint256)
getBuyPriceAfterFee(uint256 bondingsId, uint256 amount) view returns (uint256)
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getSellPrice(uint256 bondingsId, uint256 amount) view returns (uint256)
getSellPriceAfterFee(uint256 bondingsId, uint256 amount) view returns (uint256)
isOperator(address) view returns (bool)
userShare(uint256, address) view returns (uint256)
State-modifying
Events acceptOwnership()
buyBondings(uint256 bondingsId, uint256 share, uint256 maxPayTokenAmount)
initialize(address unitTokenAddress_, address protocolFeeDestination_)
launchBondings(string name, string symbol)
launchERC20(uint256 bondingsId)
renounceOwnership()
sellBondings(uint256 bondingsId, uint256 share, uint256 minGetTokenAmount)
setERC20Supply(uint256 newErc20Supply)
setFairLaunchSupply(uint256 newFairLaunchSupply)
setHoldLimit(uint256 newHoldLimit)
setMaxSupply(uint256 newMaxSupply)
setMintLimit(uint256 newMintLimit)
setOperator(address operator, bool isOperator_)
setProtocolFeeDestination(address newProtocolFeeDestination)
setProtocolFeePercent(uint256 newProtocolFeePercent)
setSeedLiquidity(uint256 newSeedLiquidity)
transferOwnership(address newOwner)
AdminSetParam(string paramName, bytes32 oldValue, bytes32 newValue)
BuyBondings(uint256 bondingsId, string bondingsName, address indexed user, uint256 share, uint256 lastShare, uint256 buyPrice, uint256 buyPriceAfterFee, uint256 fee)
Initialized(uint64 version)
LaunchBondings(uint256 bondingsId, string bondingsName, string bondingsSymbol, address indexed user)
LaunchERC20(uint256 bondingsId, string bondingsName, string bondingsSymbol, uint256 finalSupply, address operator, address tokenAddress)
OperatorSet(address operator, bool isOperator_)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellBondings(uint256 bondingsId, string bondingsName, address indexed user, uint256 share, uint256 lastShare, uint256 sellPrice, uint256 sellPriceAfterFee, uint256 fee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)