AgentFactory

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x9a9c3dbb at 11843380
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AgentFactory"

No transactions found for "AgentFactory"


Functions
Getter at block 22870785
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
gov(view returns (address)
0x0000000000000000000000000000000000000000
maturityDuration(view returns (uint256)
0
nft(view returns (address)
0x0000000000000000000000000000000000000000
tbaRegistry(view returns (address)
0x0000000000000000000000000000000000000000
tokenImplementation(view returns (address)
0x0000000000000000000000000000000000000000
totalPersonas(view returns (uint256)
0
Read-only
allDAOs(uint256view returns (address)
allTokens(uint256view returns (address)
getApplication(uint256 proposalIdview returns (struct AgentFactoryApplication)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
executeApplication(uint256 id
grantRole(bytes32 roleaddress account
initialize(address tokenImplementation_address daoImplementation_address tbaRegistry_address assetToken_address nft_uint256 applicationThreshold_uint256 maturityDuration_address gov_address vault_
proposePersona(string namestring symbolstring tokenURIuint8[] coresbytes32 tbaSaltaddress tbaImplementationuint32 daoVotingPerioduint256 daoThresholdreturns (uint256)
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setApplicationThreshold(uint256 newThreshold
setGov(address newGov
setImplementations(address tokenaddress dao
setVault(address newVault
withdraw(uint256 id
Events
ApplicationThresholdUpdated(uint256 newThreshold
GovUpdated(address newGov
ImplContractsUpdated(address tokenaddress dao
Initialized(uint64 version
NewApplication(uint256 id
NewPersona(uint256 virtualIdaddress tokenaddress daoaddress tba
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC1167FailedCreateClone(
FailedInnerCall(
InvalidInitialization(
NotInitializing(
SafeERC20FailedOperation(address token