HybridViciERC20

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x6ebe1900 at 11817567
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 42 additional slots
3 additional variables

No balances found for "HybridViciERC20"

No transactions found for "HybridViciERC20"


Functions
Getter at block 22822290
BANNED_ROLE_NAME(view returns (bytes32)
0x62616e6e65640000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0x1336192181d810e9414bec4734ef2904cb1580457b1fad641093c75c0fab5f54
MODERATOR_ROLE_NAME(view returns (bytes32)
0x6d6f64657261746f720000000000000000000000000000000000000000000000
accessServer(view returns (address)
0x0000000000000000000000000000000000000000
 
availableSupply(view returns (uint256)
 
circulatingSupply(view returns (uint256)
decimals(view returns (uint8)
0
getChainId(view returns (uint256)
8453
 
getOwnerCount(view returns (uint256)
isMain(view returns (bool)
false
 
maxSupply(view returns (uint256)
name(view returns (string)
 
owner(view returns (address)
paused(view returns (bool)
false
symbol(view returns (string)
tokenData(view returns (address)
0x0000000000000000000000000000000000000000
 
totalSupply(view returns (uint256)
vault(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256 balance)
enforceIsNotBanned(address accountview 
enforceIsNotSanctioned(address accountview 
enforceOwnerOrRole(bytes32 roleaddress accountview 
getExectuor(bytes4 funcview returns (address)
getFunctionInstrumentation(bytes4 funcview returns (struct InstrumentedFunction)
getOwnerAtIndex(uint256 indexview returns (address)
getPostops(bytes4 funcview returns (address[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getValidators(bytes4 funcview returns (address[])
hasRole(bytes32 roleaddress accountview returns (bool)
installedPlugins(addressview returns (bool)
isBanned(address accountview returns (bool)
isSanctioned(address accountview returns (bool)
lockReleaseDate(address accountview returns (uint256)
lockedBalanceOf(address accountview returns (uint256)
nonces(address ownerview returns (uint256)
supportedInterfaces(bytes4view returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
unlockedBalanceOf(address accountview returns (uint256)
State-modifying
approve(address operatoruint256 amountreturns (bool)
executeFromPlugin(bytes datapayable returns (bytes result)
executeFromPluginExternal(address targetuint256 valuebytes datapayable returns (bytes)
forceUninstallSimplePlugin(address pluginbytes pluginUninstallData
grantRole(bytes32 roleaddress account
initialize(address _accessServeraddress _tokenDatastring _namestring _symboluint8 _decimalsbool _isMain
installSimplePlugin(address pluginbytes pluginInstallData
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
receivedFromBridge(struct BridgeArgs argspayable 
reinit(bool _isMain
removePluginSelectorsAndInterfaces(address pluginbytes4[] interfacesbytes4[] selectors
renounceRole(bytes32 role
renounceRole(bytes32 roleaddress
replaceSimplePlugin(address oldPluginbytes pluginUninstallDataaddress newPluginbytes pluginInstallDatabool force
revokeRole(bytes32 roleaddress account
sentToBridge(struct BridgeArgs argspayable 
setRoleAdmin(bytes32 rolebytes32 adminRole
transfer(address toAddressuint256 amountreturns (bool)
transferAndCall(address touint256 valuebytes datareturns (bool success)
transferFrom(address fromAddressaddress toAddressuint256 amountreturns (bool)
transferOwnership(address newOwner
uninstallSimplePlugin(address pluginbytes pluginUninstallData
unpause(
withdraw(address toAddress
withdrawERC1155(uint256 tokenIduint256 amountaddress toAddressbytes dataaddress tokenContract
withdrawERC20(uint256 amountaddress toAddressaddress tokenContract
withdrawERC721(uint256 tokenIdaddress toAddressaddress tokenContract
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ErrorInPluginUninstall(bytes reason
Initialized(uint8 version
LockUpdated(address indexed accountuint256 previousReleaseuint256 newRelease
LostTokensRecovered(address fromaddress touint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
ReceivedFromBridge(address indexed fromAddressaddress indexed toAddressuint256 indexed itemIduint256 amountaddress calleruint256 srcChainId
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SanctionedAssetsRecovered(address fromaddress touint256 value
SentToBridge(address indexed fromAddressaddress indexed toAddressuint256 indexed itemIduint256 amountaddress calleruint256 dstChainId
SimplePluginInstalled(address indexed plugin
SimplePluginUninstalled(address indexed plugin
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
CallerIsNotPlugin(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ExecutePluginAlreadySet(bytes4 funcaddress plugin
IllegalCallByPlugin(
IllegalCallToPlugin(
InvalidCallData(bytes4 selector
InvalidInitCode(bytes32 reason
InvalidLostWallet(address wallet
InvalidPlugin(bytes32 reason
InvalidPluginExecutor(address notExecutor
InvalidSanctionedWallet(address wallet
NoSuchMethodError(
PluginAlreadyInstalled(
PluginNotInstalled(
SoldOut(