TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 15 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22145257 | 14 days ago | | | 0 | 5.5520850e-7 | |
| 22143884 | 14 days ago | | | 0 | 0.000000082746681822 | |
| 22143873 | 14 days ago | | | 0 | 1.5604242e-7 | |
| 22143847 | 14 days ago | | | 0 | 1.5711455e-7 | |
| 22143828 | 14 days ago | | | 0 | 0.000000097418673352 | |
| 22143772 | 14 days ago | | | 0 | 3.6033440e-7 | |
| 22143739 | 14 days ago | | | 0 | 3.5981760e-7 | |
| 21875313 | 20 days ago | | | 0 | 1.4402563e-7 | |
| 21874153 | 20 days ago | | | 0 | 2.3882040e-7 | |
| 21841877 | 21 days ago | | | 0 | 1.4609299e-7 |
ABI
ABI objects
Getter at block 22732450
BONDING_ROLE() view returns (bytes32)
0x360f1ba4dc07a42c6671063d838f69946ccc4187f391399e06fd8ed4605900f3
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WITHDRAW_ROLE() view returns (bytes32)
0x5d8e12c39142ff96d79d04d15d1ba1269e4fe57bb9d26f43523628b34ba108ec
applicationThreshold() view returns (uint256)
125000000000000000000000
assetToken() view returns (address)
0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b
daoImplementation() view returns (address)
0x29dd6413b7a0b6a380326894ff839903c73cd53c
defaultDelegatee() view returns (address)
0x81f7ca6af86d1ca6335e44a2c28bc88807491415
gov() view returns (address)
0x0000000000000000000000000000000000000000
maturityDuration() view returns (uint256)
0
nft() view returns (address)
0x50725af160260a316b2673c71c8c21469f6732c0
paused() view returns (bool)
false
tbaRegistry() view returns (address)
0x000000006551c19487814612e58fe06813775758
tokenImplementation() view returns (address)
0x082cb6e892dd0699b5f0d22f7d2e638bbada5d94
totalAgents() view returns (uint256)
34
veTokenImplementation() view returns (address)
0xefb56bfbfa06f6964bfdbc27cd4d24a9952eacf2
Read-only
allDAOs(uint256) view returns (address)
allTokens(uint256) view returns (address)
allTradingTokens(uint256) view returns (address)
getApplication(uint256 proposalId) view returns (struct AgentFactoryV3Application)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events executeApplication(uint256 id, bool canStake)
executeBondingCurveApplication(uint256 id, uint256 totalSupply, uint256 lpSupply, address vault) returns (address)
grantRole(bytes32 role, address account)
initFromBondingCurve(string name, string symbol, uint8[] cores, bytes32 tbaSalt, address tbaImplementation, uint32 daoVotingPeriod, uint256 daoThreshold, uint256 applicationThreshold_) returns (uint256)
initialize(address tokenImplementation_, address veTokenImplementation_, address daoImplementation_, address tbaRegistry_, address assetToken_, address nft_, uint256 applicationThreshold_, address vault_, uint256 nextId_)
pause()
proposeAgent(string name, string symbol, string tokenURI, uint8[] cores, bytes32 tbaSalt, address tbaImplementation, uint32 daoVotingPeriod, uint256 daoThreshold) returns (uint256)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setApplicationThreshold(uint256 newThreshold)
setAssetToken(address newToken)
setDefaultDelegatee(address newDelegatee)
setImplementations(address token, address veToken, address dao)
setMaturityDuration(uint256 newDuration)
setTokenAdmin(address newTokenAdmin)
setTokenSupplyParams(uint256 maxSupply, uint256 lpSupply, uint256 vaultSupply, uint256 maxTokensPerWallet, uint256 maxTokensPerTxn, uint256 botProtectionDurationInSeconds, address vault)
setTokenTaxParams(uint256 projectBuyTaxBasisPoints, uint256 projectSellTaxBasisPoints, uint256 taxSwapThresholdBasisPoints, address projectTaxRecipient)
setUniswapRouter(address router)
setVault(address newVault)
unpause()
withdraw(uint256 id)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ApplicationThresholdUpdated(uint256 newThreshold)
GovUpdated(address newGov)
ImplContractsUpdated(address token, address dao)
Initialized(uint64 version)
NewApplication(uint256 id)
NewPersona(uint256 virtualId, address token, address dao, address tba, address veToken, address lp)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1167FailedCreateClone()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
SafeERC20FailedOperation(address token)