AgentFactoryV4
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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 "AgentFactoryV4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AgentFactoryV4"
ABI
ABI objects
Getter at block 22752734
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WITHDRAW_ROLE() view returns (bytes32)
0x5d8e12c39142ff96d79d04d15d1ba1269e4fe57bb9d26f43523628b34ba108ec
applicationThreshold() view returns (uint256)
0
assetToken() view returns (address)
0x0000000000000000000000000000000000000000
daoImplementation() view returns (address)
0x0000000000000000000000000000000000000000
defaultDelegatee() view returns (address)
0x0000000000000000000000000000000000000000
maturityDuration() view returns (uint256)
0
nft() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
tbaRegistry() view returns (address)
0x0000000000000000000000000000000000000000
tokenImplementation() view returns (address)
0x0000000000000000000000000000000000000000
totalAgents() view returns (uint256)
0
veTokenImplementation() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allDAOs(uint256) view returns (address)
allTokens(uint256) view returns (address)
allTradingTokens(uint256) view returns (address)
getApplication(uint256 proposalId) view returns (struct AgentFactoryV4Application)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isCompatibleToken(address tokenAddr) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events executeApplication(uint256 id, bool canStake)
executeTokenApplication(uint256 id, bool canStake)
grantRole(bytes32 role, address account)
initFromToken(address tokenAddr, uint8[] cores, bytes32 tbaSalt, address tbaImplementation, uint32 daoVotingPeriod, uint256 daoThreshold, uint256 initialLP) 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)
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()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1167FailedCreateClone()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
SafeERC20FailedOperation(address token)