0 txs
0 calls
constructor
constructor()
functions
agentNft
viewfunction agentNft() view returns (address)
allowance
viewfunction allowance(address owner, address spender) view returns (uint256)
assetToken
viewfunction assetToken() view returns (address)
balanceOf
viewfunction balanceOf(address account) view returns (uint256)
canStake
viewfunction canStake() view returns (bool)
checkpoints
viewfunction checkpoints(address account, uint32 pos) view returns (tuple)
CLOCK_MODE
viewfunction CLOCK_MODE() view returns (string)
clock
viewfunction clock() view returns (uint48)
decimals
viewfunction decimals() view returns (uint8)
delegates
viewfunction delegates(address account) view returns (address)
eip712Domain
viewfunction eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
founder
viewfunction founder() view returns (address)
getPastBalanceOf
viewfunction getPastBalanceOf(address account, uint256 timepoint) view returns (uint256)
getPastDelegates
viewfunction getPastDelegates(address account, uint256 timepoint) view returns (address)
getPastTotalSupply
viewfunction getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes
viewfunction getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes
viewfunction getVotes(address account) view returns (uint256)
initialLock
viewfunction initialLock() view returns (uint256)
matureAt
viewfunction matureAt() view returns (uint256)
name
viewfunction name() view returns (string)
nonces
viewfunction nonces(address owner) view returns (uint256)
numCheckpoints
viewfunction numCheckpoints(address account) view returns (uint32)
symbol
viewfunction symbol() view returns (string)
totalSupply
viewfunction totalSupply() view returns (uint256)
approve
nonpayablefunction approve(address, uint256) returns (bool)
delegate
nonpayablefunction delegate(address delegatee)
delegateBySig
nonpayablefunction delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
initialize
nonpayablefunction initialize(string _name, string _symbol, address _founder, address _assetToken, uint256 _matureAt, address _agentNft, bool _canStake)
setCanStake
nonpayablefunction setCanStake(bool _canStake)
setMatureAt
nonpayablefunction setMatureAt(uint256 _matureAt)
stake
nonpayablefunction stake(uint256 amount, address receiver, address delegatee)
transfer
nonpayablefunction transfer(address, uint256) returns (bool)
transferFrom
nonpayablefunction transferFrom(address, address, uint256) returns (bool)
withdraw
nonpayablefunction withdraw(uint256 amount)
events
Approval
event Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged
event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged
event DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged
event EIP712DomainChanged()
Initialized
event Initialized(uint64 version)
Transfer
event Transfer(address indexed from, address indexed to, uint256 value)
errors
AddressEmptyCode
error AddressEmptyCode(address target)
AddressInsufficientBalance
error AddressInsufficientBalance(address account)
CheckpointUnorderedInsertion
error CheckpointUnorderedInsertion()
CheckpointUnorderedInsertion
error CheckpointUnorderedInsertion()
ECDSAInvalidSignature
error ECDSAInvalidSignature()
ECDSAInvalidSignatureLength
error ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS
error ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply
error ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance
error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance
error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover
error ERC20InvalidApprover(address approver)
ERC20InvalidReceiver
error ERC20InvalidReceiver(address receiver)
ERC20InvalidSender
error ERC20InvalidSender(address sender)
ERC20InvalidSpender
error ERC20InvalidSpender(address spender)
ERC5805FutureLookup
error ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock
error ERC6372InconsistentClock()
FailedInnerCall
error FailedInnerCall()
InvalidAccountNonce
error InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization
error InvalidInitialization()
NotInitializing
error NotInitializing()
SafeCastOverflowedUintDowncast
error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation
error SafeERC20FailedOperation(address token)
VotesExpiredSignature
error VotesExpiredSignature(uint256 expiry)
creation bytecode
0x3d602d80600a3d3981f3363d3d373d3d3d363d73efb56bfbfa06f6964bfdbc27cd4d24a9952eacf25af43d82803e903d91602b57fd5bf3