AgentFactory
Verified contract
Implementation
Active on
Base with 0 txns
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 "AgentFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AgentFactory"
ABI
ABI objects
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(uint256) view returns (address)
allTokens(uint256) view returns (address)
getApplication(uint256 proposalId) view returns (struct AgentFactoryApplication)
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)
grantRole(bytes32 role, address account)
initialize(address tokenImplementation_, address daoImplementation_, address tbaRegistry_, address assetToken_, address nft_, uint256 applicationThreshold_, uint256 maturityDuration_, address gov_, address vault_)
proposePersona(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)
setGov(address newGov)
setImplementations(address token, address dao)
setVault(address newVault)
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)
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)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1167FailedCreateClone()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
SafeERC20FailedOperation(address token)