Dreamscape
Verified contract
Active on
Ethereum with 6,311 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.001993 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20250334 | 5 months ago | | | 0 | 0.000057938671 | |
| 17675343 | a year ago | | | 0 | 0.00071322199 | |
| 17019719 | 2 years ago | | | 0 | 0.0017035689 | |
| 16969592 | 2 years ago | | | 0 | 0.0015039974 | |
| 16969542 | 2 years ago | | | 0 | 0.0015819162 | |
| 16969526 | 2 years ago | | | 0 | 0.0016093125 | |
| 16969524 | 2 years ago | | | 0 | 0.0016826408 | |
| 16969522 | 2 years ago | | | 0 | 0.0015531644 | |
| 16969168 | 2 years ago | | | 0 | 0.0015809620 | |
| 16510019 | 2 years ago | | | 0 | 0.00041093285 |
ABI
ABI objects
Getter at block 21243315
creator() view returns (address)
0x006c247cee60b0601698d7f6c5674bb513af916a
decimals() view returns (uint256)
18
name() view returns (string)
Dreamscape
symbol() view returns (string)
DSC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferMulti(address[] _to, uint256[] _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, address _creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.