ZZZV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 49 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "ZZZV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ZZZV2"
ABI
ABI objects
Getter at block 21387381
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOVERNANCE_ROLE() view returns (bytes32)
0x71840dc4906352362b0cdaf79870196c8e42acafade72d5d5a6d59291253ceb1
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
TOKEN_CAP() view returns (uint256)
0
V1() view returns (address)
0x0000000000000000000000000000000000000000
blackListSellTxFee() view returns (uint256)
0
blackListTxFee() view returns (uint256)
0
decimals() view returns (uint8)
0
migrationCutoff() view returns (uint256)
0
name() view returns (string)
sellTxFee() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
treasury() view returns (address)
0x0000000000000000000000000000000000000000
treasuryPercentage() view returns (uint256)
0
txFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklistedAddr(address) view returns (bool)
feeReceivers(uint256) view returns (address addr, uint256 percentage)
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)
sellTargets(address) view returns (bool)
skipFees(address) view returns (bool)
swapCooldown(address) view returns (uint256)
State-modifying
Events adjustBlacklistTxFees(uint256 _newBlacklistTxFee, uint256 _newBlacklistSellTxFee)
approve(address spender, uint256 amount) returns (bool)
cutoffV2Migration()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initV2(uint256 _txFee, uint256 _treasuryPercentage, uint256 _sellTxFee, uint256 _blackListTxFee, uint256 _blackListSellTxFee, address _V1, address _treasury)
mint(address account, uint256 amount)
removeVault(address _feeReceiver)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeeReceiver(struct ZZZV2FeeReceiver _feeReceiver)
setTransferFees(uint256 _transferFee, uint256 _sellFee)
setTreasuryPercentage(uint256 _newTreasuryPercentage)
swapV1toV2()
toggleBlacklistedAddress(address _blacklistAddress)
toggleFeeSkippingFor(address _address)
togglePause()
toggleSellTarget(address _address)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AddressBlacklisted(address blacklistedAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenSwapped(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
blackListTxFeeChange(uint256 newBlackListTransferFee, uint256 newblackListSellTxFee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.