TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 4,301 txns
Unified 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 ($207.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 206.966507 | $1.00 |
$206.97 | |
WGC | ERC-20 | 200 | $0.000648 |
$0.13 | |
USA | ERC-20 | 1 | $0.000747 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.00075 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
SPOT | ERC-20 | 1K | -- | -- | |
OHNO | ERC-20 | 124.333333 | -- | -- | |
BASERACCONN | ERC-20 | 100 | -- | -- | |
XBOO | ERC-20 | 88 | -- | -- | |
SAMOYES | ERC-20 | 81 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19205176 | 3 months ago | | | 0 | 0.000000905885273034 | |
| 19205170 | 3 months ago | | | 0 | 8.9998189e-7 | |
| 19205163 | 3 months ago | | | 0 | 8.9233140e-7 | |
| 19205157 | 3 months ago | | | 0 | 8.8407626e-7 | |
| 19205150 | 3 months ago | | | 0 | 8.7517399e-7 | |
| 19205143 | 3 months ago | | | 0 | 8.6832229e-7 | |
| 19205137 | 3 months ago | | | 0 | 8.6535202e-7 | |
| 19205130 | 3 months ago | | | 0 | 8.6435304e-7 | |
| 19205124 | 3 months ago | | | 0 | 8.6496107e-7 | |
| 19205117 | 3 months ago | | | 0 | 8.6365845e-7 |
ABI
ABI objects
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(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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
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)