TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 811 txns
Unified 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236425 | 5 days ago | | | 0 | 0.0010465609 | |
| 21174454 | 13 days ago | | | 0 | 0.00083898690 | |
| 21168834 | 14 days ago | | | 0 | 0.0013289867 | |
| 21146623 | 17 days ago | | | 0 | 0.00086868276 | |
| 21146538 | 17 days ago | | | 0 | 0.00083572145 | |
| 21146528 | 17 days ago | | | 0 | 0.00078890999 | |
| 21146519 | 17 days ago | | | 0 | 0.00058605079 | |
| 21146518 | 17 days ago | | | 0 | 0.00078336792 | |
| 21146512 | 17 days ago | | | 0 | 0.00050870438 | |
| 21146512 | 17 days ago | | | 0 | 0.00066274173 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
ammPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
blacklistedAddresses(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
internalTeamMembers(address) view returns (bool)
lastTradeBlock(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addInternalTeamMembers(address[] members)
approve(address spender, uint256 value) returns (bool)
blacklistAddress(address[] users)
enableTrading()
grantRole(bytes32 role, address account)
initialize(uint256 totalSupply_, address treasury_)
removeBlacklist(address[] users)
removeInternalTeamMember(address[] members)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setAmmPair(address[] pairs)
setLimitationConfigs(uint256 maxTxSize_, uint256 coolDownPeriod_, bool limitationApplied_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AddToBlacklistedAddress(address[] users)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
InternalTeamMembers(address[] members)
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)
TradingEnabled(uint256 timestamp)
TradingLimitConfigured(uint256 maxTxSize, uint256 coolDownPeriod, bool limitationApplied)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
BlacklistedAddress()
CooldownPeriodNotMet()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ExceedsMaxTxSize()
InvalidInitialization()
InvalidPermission()
NotInitializing()
TradingNotEnabled()