VIC Token
Verified contract
Active on
Ethereum with 547 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 10 | $1.00 |
$10 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262631 | 6 days ago | | | 0 | 0.00031272870 | |
| 21144574 | 23 days ago | | | 0 | 0.00070475991 | |
| 20874952 | 2 months ago | | | 0 | 0.00025231098 | |
| 20874929 | 2 months ago | | | 0 | 0.00018108510 | |
| 20874914 | 2 months ago | | | 0 | 0.00016830809 | |
| 20874914 | 2 months ago | | | 0 | 0.00017138312 | |
| 20874907 | 2 months ago | | | 0 | 0.00017505124 | |
| 20874901 | 2 months ago | | | 0 | 0.00018070017 | |
| 20874899 | 2 months ago | | | 0 | 0.00018195504 | |
| 20874892 | 2 months ago | | | 0 | 0.00017461329 |
ABI
ABI objects
Getter at block 21307553
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
500000000000000000000000000
MAX_TRANSFER_TAX_RATE() view returns (uint256)
1000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
TAX_MANAGER_ROLE() view returns (bytes32)
0x30f4f48440c1ad721c73a3b5549aa3db7105f00012df64020e3a66b689c0e70b
decimals() view returns (uint8)
18
feeReceiver() view returns (address)
0xf727161ed5d993f6e615f11b898a3cfd73a63d06
name() view returns (string)
VIC Token
symbol() view returns (string)
VIC
totalSupply() view returns (uint256)
400000000000000000000000000
transferTaxRate() view returns (uint256)
200
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
status(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchMint(address[] _to, uint256[] _amount)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeeReceiver(address _feeReceiver)
setTaxStatus(address _account, uint8 _status)
setTaxStatusBatch(address[] _accounts, uint8[] _values)
setTransferTaxRate(uint256 _transferTaxRate)
sweepTokens(address _token, address _receiver)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeReceiverChanged(address indexed previousFeeReceiver, address indexed newFeeReceiver)
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)
TaxStatusSet(address indexed account, uint8 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferTaxRateChanged(uint256 previousTransferTaxRate, uint256 newTransferTaxRate)
constructor(uint256 _transferTaxRate, address _admin, address _minter, address _taxManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.