TransparentUpgradeableProxy

Verified contract

Proxy

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

No balances found for "TransparentUpgradeableProxy"

0x43b2e903e227eeadf3b8f191d607fa410996edd85ca951fb3dc8110946d28f46
0xaa60f33203735cf6d11004a91be5e44060a69a625601a91aebb02b0d9fe1153a
0xa66ef733b0a405f9f20bd2210f91b4993eb2b4e53abfa0bf6c942c6acbe5ab51
0xb2501314e96b6ae9a795d5b373f4b1df3aff3c58f7f14c33b02d15af6ff20173
0x3420418f837c467c74bb64171fd22e497b64a61e7249b5309eb38fe56441510f
0xe11990b99288a57f90377e2fbcd8205f7875f6fcf328843e1756523430769735
0xe3c43f65e28382bc62e66cf9b758ab8c93ee2936fc61ef0400e403f0966fe900
0x2db0969fb5dcc68673f2783c8f571e6b49404c69db7570058a952a1395245ec4
0x275a763b7e4e789474c2409bfefd216989f271025ab9e1e779305e1595163f4f
0x31914708a3ca2cf586b036e5c4c694d71cae7b8c2d2d11126359b9ffb8f1e802

Functions
Getter at block 21270503
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)
true
name(view returns (string)
DEEZ NUTS GAME
symbol(view returns (string)
DEEZNUTS
totalSupply(view returns (uint256)
1000000000000000000000000000
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
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
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
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
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(