ERC1967Proxy
Verified contract
Proxy
Active on
Base with 4,116 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11802858 | 8 months ago | | | 0 | 3.9144192e-7 | |
| 11802727 | 8 months ago | | | 0 | 7.3254096e-7 | |
| 11434307 | 8 months ago | | | 0 | 0.000000035543479440 | |
| 11430567 | 8 months ago | | | 0 | 0.000000066517281440 | |
| 11419908 | 8 months ago | | | 0 | 1.5157321e-7 | |
| 11419299 | 8 months ago | | | 0 | 0.000000063855278592 | |
| 11418350 | 8 months ago | | | 0 | 1.3718444e-7 | |
| 11398307 | 8 months ago | | | 0 | 0.000000049828745376 | |
| 11392446 | 8 months ago | | | 0 | 1.2932003e-7 | |
| 11392007 | 8 months ago | | | 0 | 2.2163726e-7 |
ABI
ABI objects
Getter at block 21877084 proxiableUUID() view returns (bytes32)
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
BACKEND_ADMIN_ROLE() view returns (bytes32)
0x725cc3989e149a767397970d298615c4843c213a88534e17f727f3ad663e6a6f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
assetManagerContract() view returns (address)
0xf93773f7676a23b398a993eabe535224682192a3
backendSigner() view returns (address)
0xd960dd5d7aa13d9d523693f990a8c426ef186660
cooldownPeriodPerUnitHealth() view returns (uint256)
0
erc20() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
lobbyLockdownPeriod() view returns (uint256)
60
simulationContract() view returns (address)
0x3883618c859b7fff96374d3587566690ca3f343c
treasuryAddress() view returns (address)
0x2472d36f785ca4cfad266269081cbb7fca8e31fe
Read-only
botCharacter(uint256) view returns (uint256)
characterList(uint256 simulationId) view returns (uint256[])
characterOwner(uint256, uint256) view returns (address)
characterStatusDetail(uint256) view returns (uint256 simulationId, uint256 cooldownPeriod, uint256 hospitalizedAt, uint256 totalHealth)
characters(uint256, uint256) view returns (uint256)
getCharactersCooldowns(uint256[] characterIds) view returns (struct dbsCooldownStatus[])
getCharactersOwner(uint256 simulationId, uint256 charId) view returns (address)
getCoolDownFee(uint256 characterId, uint256 timestamp, address tokenAddress) view returns (uint256)
getParticipantsCharacter(uint256 simulationId, address owner) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
hashMessage(uint256 simulationId, uint256 characterId, address user) pure returns (bytes32)
isSupportedToken(address _address) view returns (bool)
lockedCharacters(uint256) view returns (bool)
maxOf(uint8) view returns (uint256)
participantCharacter(uint256, address) view returns (uint256)
recoverSigner(uint256 simulationId, uint256 charId, address from, bytes32 r, bytes32 s, uint8 v) pure returns (address)
simulationPot(uint256) view returns (uint256)
supportedTokens(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
teamAParticipantList(uint256 simulationId) view returns (uint256[])
teamAParticipants(uint256, uint256) view returns (uint256)
teamBParticipantList(uint256 simulationId) view returns (uint256[])
teamBParticipants(uint256, uint256) view returns (uint256)
tokenPerPercentage(address) view returns (uint256)
validateArrayLength(uint256[] len1, uint256[] len2, uint8 _type) pure
State-modifying
Events addSupportedTokens(address _address)
formTeam(uint256 simulationId, uint256[] teamA, uint256[] teamB, uint256 botId)
getOutOfHospitalViaERC20(uint256 characterId, uint256 timestamp, address tokenAddress)
getOutOfHospitalViaEth(uint256 characterId, uint256 timestamp) payable
grantRole(bytes32 role, address account)
initialize(address owner, address _treasuryAddress)
participateFree(struct dbsParticipatePayload payload, bytes32 _r, bytes32 _s, uint8 _v, uint256 simulationId, uint256 characterId)
participateViaERC20(struct dbsParticipatePayload _payload, bytes32 _r, bytes32 _s, uint8 _v, uint256 simulationId, uint256 characterId)
participateViaEth(struct dbsParticipatePayload _payload, bytes32 _r, bytes32 _s, uint8 _v, uint256 simulationId, uint256 characterId) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAssetContract(address _address)
setBackendSigner(address signer)
setCooldownPeriodPerUintHealth(uint256 cooldownPeriod)
setLobbyLockdownPeriod(uint256 period)
setSimulationContract(address _address)
setTokenPerPercentage(address token, uint256 amount)
setTreasuryAddress(address _treasuryAddress)
unlockCharacters(uint256 simulationId)
updateCooldownAndUnlock(uint256 simulationId, struct dbsCooldownPayload[] _data)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
CooldownsUpdated(uint256 indexed simulationId, uint256 characterId, uint256 cooldownPeriod)
Initialized(uint8 version)
JoinedSimulation(uint256 indexed simulationId, uint256 indexed characterId, address participantAddress, uint256 joinedAt)
LobbyFull(uint256 indexed simulationId, uint256 indexed startTime)
OutOfHospital(uint256 characterId, address owner, address tokenAddress, uint256 fee, uint256 timestamp)
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)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AmountMismatch()
CharacterIsInCooldown()
CharacterIsLocked()
DuplicateParticipation()
ErrorOnTransferringFee()
GameStateError(uint8 arg0)
InvalidAddress()
InvalidMatch()
InvalidMessage()
InvalidPaylod()
InvalidTimeStamp()
LobbyAlreadyFull()
NotASupportedToken()
PaymentValueMismatch()
SizeMismatch(uint8 arg0)
TeamAlreadyFormed()
notInCooldown()