DSLA
Verified contract
Proxy
Active on
Ethereum with 54,525 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 49 additional slots
-
variable spans 49 additional slots
Balances ($2,282.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRQ | ERC-20 | 12.095807K | $0.091072 |
$1,101.59 | |
ALI | ERC-20 | 24.489066K | $0.012881 |
$315.44 | |
DSLA | ERC-20 | 2.065393M | $0.000141 |
$291.67 | |
WBTC | ERC-20 | 0.001701 | $98,836.00 |
$168.16 | |
COPE | ERC-20 | 40.144827M | $0.000004 |
$162.59 | |
Dede | ERC-20 | 98.777866K | $0.001146 |
$113.24 | |
UNI | ERC-20 | 7.92489 | $9.28 |
$73.54 | |
DAI | ERC-20 | 49.973114 | $0.998825 |
$49.91 | |
SKM | ERC-20 | 110.010976K | $0.00006 |
$6.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245089 | an hour ago | | | 0 | 0.00094554652 | |
| 21244603 | 3 hours ago | | | 0 | 0.0010062041 | |
| 21244281 | 4 hours ago | | | 0 | 0.0010224844 | |
| 21243712 | 6 hours ago | | | 0 | 0.00081296406 | |
| 21243712 | 6 hours ago | | | 0 | 0.00083027942 | |
| 21242645 | 9 hours ago | | | 0 | 0.00074830066 | |
| 21242116 | 11 hours ago | | | 0 | 0.00076379544 | |
| 21242116 | 11 hours ago | | | 0 | 0.00076379544 | |
| 21241362 | 14 hours ago | | | 0 | 0.00051154490 | |
| 21239919 | 19 hours ago | | | 0 | 0.00063435952 |
ABI
ABI objects
Getter at block 21245438 admin() view returns (address) implementation() view returns (address)
crowdsaleAddress() view returns (address)
0xa3b7f0e143c62c260ce6d0f9c6b2d6dfd33c735d
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
isTimeLocked() view returns (bool)
false
name() view returns (string)
DSLA
owner() view returns (address)
0x5f6ae9f5e5d9858d4b5ca4aec76d7f3a23f77ada
symbol() view returns (string)
DSLA
totalSupply() view returns (uint256)
5696563023000000000000000000
unlockDate() view returns (uint256)
1552654800
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _owner)
initialize(string name, string symbol, uint8 decimals)
initialize(uint256 _initialUnlockDate)
renounceOwnership()
setCrowdsaleAddress(address _crowdsaleAddress)
setUnlockDate(uint256 _newUnlockDate)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
CrowdsaleAddressSet(address _crowdsaleAddress)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnLockDateSet(address _caller, uint256 _newUnlockDate)
constructor(address _implementation, bytes _data)
fallback()
This contract contains no error objects.