ViciERC20UtilityToken

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xca992186 at 5956306
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

No balances found for "ViciERC20UtilityToken"

No transactions found for "ViciERC20UtilityToken"


Functions
Getter at block 22991669
BANNED_ROLE_NAME(view returns (bytes32)
0x62616e6e65640000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0x5b3abfa56236e7221c05fb0872042e67dd18212df82929edf54aeb30db8541ac
MINTER_ROLE_NAME(view returns (bytes32)
0x6d696e7465720000000000000000000000000000000000000000000000000000
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 
getOwnerAtIndex(uint256 indexview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview 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)
supportsInterface(bytes4 interfaceIdview returns (bool)
unlockedBalanceOf(address accountview returns (uint256)
State-modifying
airdropTimelockedTokens(address recipientuint256 amountuint256 release
approve(address operatoruint256 amountreturns (bool)
grantRole(bytes32 roleaddress account
initialize(address _accessServeraddress _tokenDatastring _namestring _symboluint8 _decimalsbool _isMain
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
receivedFromBridge(struct BridgeArgs argspayable 
recoverMisplacedTokens(address lostWalletaddress toAddress
recoverSanctionedAssets(address fromAddressaddress toAddress
reinit(bool _isMain
renounceRole(bytes32 role
renounceRole(bytes32 roleaddress
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
unlockLockedTokens(address accountuint256 unlockAmount
unpause(
updateTimelocks(uint256 releaseaddress[] addresses
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
Initialized(uint8 version
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
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.