ViciERC20UtilityToken
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
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
Balances ($0.00)
No balances found for "ViciERC20UtilityToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ViciERC20UtilityToken"
ABI
ABI objects
Getter at block 22991669 availableSupply() view returns (uint256) circulatingSupply() view returns (uint256) getOwnerCount() view returns (uint256) maxSupply() view returns (uint256) owner() view returns (address) totalSupply() view returns (uint256)
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
decimals() view returns (uint8)
0
getChainId() view returns (uint256)
8453
isMain() view returns (bool)
false
name() view returns (string)
paused() view returns (bool)
false
symbol() view returns (string)
tokenData() view returns (address)
0x0000000000000000000000000000000000000000
vault() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
enforceIsNotBanned(address account) view
enforceIsNotSanctioned(address account) view
enforceOwnerOrRole(bytes32 role, address account) view
getOwnerAtIndex(uint256 index) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isBanned(address account) view returns (bool)
isSanctioned(address account) view returns (bool)
lockReleaseDate(address account) view returns (uint256)
lockedBalanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
unlockedBalanceOf(address account) view returns (uint256)
State-modifying
Events airdropTimelockedTokens(address recipient, uint256 amount, uint256 release)
approve(address operator, uint256 amount) returns (bool)
grantRole(bytes32 role, address account)
initialize(address _accessServer, address _tokenData, string _name, string _symbol, uint8 _decimals, bool _isMain)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
receivedFromBridge(struct BridgeArgs args) payable
recoverMisplacedTokens(address lostWallet, address toAddress)
recoverSanctionedAssets(address fromAddress, address toAddress)
reinit(bool _isMain)
renounceRole(bytes32 role)
renounceRole(bytes32 role, address)
revokeRole(bytes32 role, address account)
sentToBridge(struct BridgeArgs args) payable
setRoleAdmin(bytes32 role, bytes32 adminRole)
transfer(address toAddress, uint256 amount) returns (bool)
transferAndCall(address to, uint256 value, bytes data) returns (bool success)
transferFrom(address fromAddress, address toAddress, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockLockedTokens(address account, uint256 unlockAmount)
unpause()
updateTimelocks(uint256 release, address[] addresses)
withdraw(address toAddress)
withdrawERC1155(uint256 tokenId, uint256 amount, address toAddress, bytes data, address tokenContract)
withdrawERC20(uint256 amount, address toAddress, address tokenContract)
withdrawERC721(uint256 tokenId, address toAddress, address tokenContract)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
LostTokensRecovered(address from, address to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ReceivedFromBridge(address indexed fromAddress, address indexed toAddress, uint256 indexed itemId, uint256 amount, address caller, uint256 srcChainId)
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)
SanctionedAssetsRecovered(address from, address to, uint256 value)
SentToBridge(address indexed fromAddress, address indexed toAddress, uint256 indexed itemId, uint256 amount, address caller, uint256 dstChainId)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.