TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 6,544 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
0x158d…4309
0x8292…02c5
-
variable spans 2 additional slots
Balances ($25.05)
Native
Value
$25.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.01 | $2,504.69 |
$25.05 | |
sVADER | ERC-20 | 2.802984M | -- | -- | |
VADER | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21855598 | a few seconds ago | | | 0 | 4.7947577e-7 | |
| 21855590 | a minute ago | | | 0 | 4.3768172e-7 | |
| 21855585 | a minute ago | | | 0 | 4.1428379e-7 | |
| 21855578 | a minute ago | | | 0 | 4.9788108e-7 | |
| 21855574 | a minute ago | | | 0 | 6.2384990e-7 | |
| 21855565 | 2 minutes ago | | | 0 | 5.2822878e-7 | |
| 21855560 | 2 minutes ago | | | 0 | 5.7423034e-7 | |
| 21855559 | 2 minutes ago | | | 0 | 5.7915644e-7 | |
| 21855556 | 2 minutes ago | | | 0 | 0.0000027739609 | |
| 21855555 | 2 minutes ago | | | 0 | 5.5959850e-7 |
ABI
ABI objects
Getter at block 21855615
K() view returns (uint256)
3000000000000
agentFactory() view returns (address)
0x71b8efc8bcad65a5d9386d07f2dff57ab4eaf533
assetRate() view returns (uint256)
3500
factory() view returns (address)
0x158d7ccaa23dc3c8861c3323ed546e3d25e74309
fee() view returns (uint256)
10000000000000000000
gradThreshold() view returns (uint256)
85000000000000000000000000
initialSupply() view returns (uint256)
1000000000
maxTx() view returns (uint256)
100
owner() view returns (address)
0x9547e85f3016303a2996271314bde78b02021a28
router() view returns (address)
0x8292b43ab73efac11faf357419c38acf448202c5
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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(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)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)