TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 172 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
0x9154…c833
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DPOLY | ERC-20 | 1.574K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18214062 | a year ago | | | 0 | 0.020398261 | |
| 18214045 | a year ago | | | 0 | 0.0045743977 | |
| 18214036 | a year ago | | | 0 | 0.0063422064 | |
| 18214024 | a year ago | | | 0 | 0.0023346153 | |
| 18214021 | a year ago | | | 0 | 0.0049970924 | |
| 18214006 | a year ago | | | 0 | 0.0047906264 | |
| 18214004 | a year ago | | | 0 | 0.0050568955 | |
| 18213999 | a year ago | | | 0 | 0.0052034700 | |
| 18213994 | a year ago | | | 0 | 0.026945379 | |
| 18213992 | a year ago | | | 0 | 0.0010410669 |
ABI
ABI objects
Getter at block 21336665 getPlayboardCases() view returns (struct DegenopolyPlayBoardCase[])
MULTIPLIER() view returns (uint256)
10000
addressProvider() view returns (address)
0x91541fb12aeb08e4caa34d0c58f68ed904d2c833
devFeeRatio() view returns (uint256)
5000
fee() view returns (uint256)
1000000000000000000
numberOfCases() view returns (uint256)
24
owner() view returns (address)
0x532bb9991df1969ce3c23f8aff3929be8277a69a
Read-only
cases(uint256) view returns (uint8 caseType, bytes info)
diceOf(address) view returns (uint256)
getLastEventType(address _account) view returns (uint8)
lastEventTypeOf(address) view returns (uint8)
mintableNode(address) view returns (address)
positionOf(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
getFreeNode(address _node)
initialize(address _addressProvider)
moveCase(uint256 _caseIndex)
recoverERC20(address token)
recoverETH()
renounceOwnership()
rollDice()
setAddressProvider(address _addressProvider)
setCases(struct DegenopolyPlayBoardCase[] _cases)
setDevFeeRatio(uint256 _devFeeRatio)
setFee(uint256 _fee)
setNodeMinted(address _account)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddressProvider(address addressProvider)
AirdropChoice(address account, address node)
CEXChoice(address account, struct DegenopolyPlayBoardCase nowCase, uint8 eventType)
DevFeeRatio(uint256 devFeeRatio)
Fee(uint256 fee)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RejectMintableNode(address account, address node)
RollDice(address account, uint256 dice, uint256 position, struct DegenopolyPlayBoardCase nowCase, uint8 eventType)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
EXISTING_CHOICE()
INVALID_CEX_CHOICE()
INVALID_FEE_RATIO()
INVALID_ROLL()
NOT_MANAGER()
NO_AIRDROP_CHOICE()
NO_CEX_CHOICE()
ZERO_ADDRESS()
ZERO_AMOUNT()