DEEPSPACE
Verified contract
Proxy
Active on
Ethereum with 287 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 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DPS | ERC-20 | 10 | $0.012545 |
$0.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281462 | 3 days ago | | | 0 | 0.00098395214 | |
| 21248777 | 8 days ago | | | 0 | 0.00058240050 | |
| 21245894 | 8 days ago | | | 0 | 0.00083813626 | |
| 21245869 | 8 days ago | | | 0 | 0.00098861124 | |
| 21237080 | 10 days ago | | | 0 | 0.0013576060 | |
| 21236611 | 10 days ago | | | 0 | 0.0017849897 | |
| 21176435 | 18 days ago | | | 0 | 0.0018091732 | |
| 21140514 | 23 days ago | | | 0 | 0.00068592404 | |
| 21133303 | 24 days ago | | | 0 | 0.00063945087 | |
| 21111878 | a month ago | | | 0 | 0.00029453769 |
ABI
ABI objects
Getter at block 21305430 proxiableUUID() view returns (bytes32)
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
BRIDGE_ROLE() view returns (bytes32)
0x52ba824bfabc2bcfcdf7f0edbb486ebb05e1836c90e78047efeb949990f72e5f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
9
name() view returns (string)
DEEPSPACE
paused() view returns (bool)
false
symbol() view returns (string)
DPS
totalSupply() view returns (uint256)
10921007901100000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _admin)
mint(address to, uint256 amount)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawalToken(address _tokenAddr, uint256 _amount, address to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.