This contract is being backfilled. You may encounter incomplete storage history.

DeezNutsV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x76296e87 at 20525081
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DeezNutsV2"

No transactions found for "DeezNutsV2"


Functions
Getter at block 20792665
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OWNER_ROLE(view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
decimals(view returns (uint8)
18
limitationApplied(view returns (bool)
false
name(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
tradingEnabled(view returns (bool)
false
version(pure returns (string)
v2.0
Read-only
allowance(address owneraddress spenderview returns (uint256)
ammPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
blacklistedAddresses(addressview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
internalTeamMembers(addressview returns (bool)
lastTradeBlock(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addInternalTeamMembers(address[] members
approve(address spenderuint256 valuereturns (bool)
blacklistAddress(address[] users
enableTrading(
grantRole(bytes32 roleaddress account
initialize(uint256 totalSupply_address treasury_
removeBlacklist(address[] users
removeInternalTeamMember(address[] members
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setAmmPair(address[] pairs
setLimitationConfigs(uint256 maxTxSize_uint256 coolDownPeriod_bool limitationApplied_
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
AddToBlacklistedAddress(address[] users
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
InternalTeamMembers(address[] members
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TradingEnabled(uint256 timestamp
TradingLimitConfigured(uint256 maxTxSizeuint256 coolDownPeriodbool limitationApplied
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
BlacklistedAddress(
CooldownPeriodNotMet(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ExceedsMaxTxSize(
InvalidInitialization(
InvalidPermission(
NotInitializing(
TradingNotEnabled(