Bonding
Verified contract
Implementation
Active on
Base with 2 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Bonding"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21845622 | 9 hours ago | | | 0.00001 | 1.3603117e-7 | |
| 21845473 | 9 hours ago | | | 0.00001 | 1.3603117e-7 |
ABI
ABI objects
Getter at block 21862502
K() view returns (uint256)
3000000000000
agentFactory() view returns (address)
0x0000000000000000000000000000000000000000
assetRate() view returns (uint256)
0
factory() view returns (address)
0x0000000000000000000000000000000000000000
fee() view returns (uint256)
0
gradThreshold() view returns (uint256)
0
initialSupply() view returns (uint256)
0
maxTx() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getUserTokens(address account) view returns (address[])
profile(address) view returns (address user)
profiles(uint256) view returns (address)
tokenInfo(address) view returns (address creator, address token, address pair, address agentToken, struct BondingData data, string description, string image, string twitter, string telegram, string youtube, string website, bool trading, bool tradingOnUniswap)
tokenInfos(uint256) view returns (address)
State-modifying
Events buy(uint256 amountIn, address tokenAddress) payable returns (bool)
initialize(address factory_, address router_, address feeTo_, uint256 fee_, uint256 initialSupply_, uint256 assetRate_, uint256 maxTx_, address agentFactory_, uint256 gradThreshold_)
launch(string _name, string _ticker, uint8[] cores, string desc, string img, string[4] urls, uint256 purchaseAmount) returns (address, address, uint256)
renounceOwnership()
sell(uint256 amountIn, address tokenAddress) returns (bool)
setAssetRate(uint256 newRate)
setDeployParams(struct BondingDeployParams params)
setFee(uint256 newFee, address newFeeTo)
setInitialSupply(uint256 newSupply)
setMaxTx(uint256 maxTx_)
transferOwnership(address newOwner)
unwrapToken(address srcTokenAddress, address[] accounts)
Deployed(address indexed token, uint256 amount0, uint256 amount1)
Graduated(address indexed token, address agentToken)
Initialized(uint64 version)
Launched(address indexed token, address indexed pair, uint256 arg2)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)