TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,144 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x659a…7a5a
0x1d38…4634
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WAGDIE | ERC-721 | 1 | -- | -- | |
WAGDIE | ERC-721 | 1 | -- | -- | |
WAGDIE | ERC-721 | 1 | -- | -- | |
WAGDIE | ERC-721 | 1 | -- | -- | |
WAGDIE | ERC-721 | 1 | -- | -- | |
WAGDIE | ERC-721 | 1 | -- | -- | |
WAGDIE | ERC-721 | 1 | -- | -- | |
WAGDIE | ERC-721 | 1 | -- | -- | |
WAGDIE | ERC-721 | 1 | -- | -- | |
WAGDIE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21088932 | 15 days ago | | | 0 | 0.0039386658 | |
| 21088868 | 15 days ago | | | 0 | 0.0030514289 | |
| 21088709 | 15 days ago | | | 0 | 0.0010668790 | |
| 21088703 | 15 days ago | | | 0 | 0.0010619833 | |
| 21088694 | 15 days ago | | | 0 | 0.0010243264 | |
| 21088613 | 15 days ago | | | 0 | 0.0013157202 | |
| 21088440 | 15 days ago | | | 0 | 0.0014500778 | |
| 21087429 | 15 days ago | | | 0 | 0.0043317932 | |
| 21087417 | 15 days ago | | | 0 | 0.00044228829 | |
| 21072862 | 17 days ago | | | 0 | 0.0016203093 |
ABI
ABI objects
Getter at block 21193792
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOCATION_CHANGER_ROLE() view returns (bytes32)
0x7adb137c4c83b17c8cd8d47eef8930296b5607120177393347d288741f6e2361
areContractsSet() view returns (bool)
true
isStakingEnabled() view returns (bool)
true
locationIdCur() view returns (uint64)
48
paused() view returns (bool)
false
tokensOfConcord() view returns (address)
0x1d38150f1fd989fb89ab19518a9c4e93c5554634
wagdie() view returns (address)
0x659a4bdaaacc62d2bd9cb18225d9c89b5b697a5a
Read-only
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)
locationIdToInfo(uint64) view returns (string name, address locationOwner, int32 xCoordinate, int32 yCoordinate, bool isLocationActive, bool areNftsLocked, uint240 emptySpace1)
supportsInterface(bytes4 interfaceId) view returns (bool)
wagdieIdToInfo(uint16) view returns (uint64 locationIdCur, address owner, uint32 emptySpace)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addLocation(struct AddLocationParams _addLocationParams)
burnSpecificWagdie(uint16 _wagdieId)
burnWagdie(struct BurnWagdieParams _params)
changeLocationOwner(struct ChangeLocationOwnerParams _changeLocationParams)
changeWagdieLocations(struct ChangeWagdieLocationParams[] _changeWagdieLocationParams)
grantRole(bytes32 _role, address _account)
initialize()
mintConcordsToLocation(struct MintConcordsToLocationParams _params)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
removeLocation(uint64 _locationId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 _role, address _account)
setContracts(address _wagdieAddress, address _tokensOfConcordAddress)
setPause(bool _shouldPause)
stakeWagdies(struct StakeWagdieParams[] _stakeWagdieParams)
unstakeWagdies(struct UnstakeWagdieParams[] _unstakeWagdieParams)
updateIsStakingEnabled(bool _isStakingEnabled)
updateLocation(uint64 _locationId, struct AddLocationParams _addLocationParams)
updateNftsLocked(struct UpdateNftsLocked _updateNftsLockedParams)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
LocationAdded(uint64 locationId, string name, int32 xCoordinate, int32 yCoordinate)
LocationNftLockedChanged(uint64 locationId, bool areNftsLocked)
LocationOwnerChanged(uint64 locationId, address oldOwner, address newOwner)
LocationRemoved(uint64 locationId)
LocationUpdated(uint64 locationId, string name, int32 xCoordinate, int32 yCoordinate)
Paused(address account)
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)
StakingEnabledChanged(bool isStakingEnabled)
Unpaused(address account)
WagdieBurned(uint16 wagdieId, uint64 locationId)
WagdieLocationChanged(uint16 wagdieId, uint64 oldLocationId, uint64 newLocationId)
WagdieStaked(uint16 wagdieId, address owner, uint64 locationId)
WagdieUnstaked(uint16 wagdieId, address owner, uint64 locationId)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
This contract contains no error objects.