Dream Token
Verified contract
Proxy
Active on
Ethereum with 14 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
DREAM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21015258 | a month ago | | | 0 | 0.00075418122 | |
| 21015254 | a month ago | | | 0 | 0.00075413471 | |
| 21015254 | a month ago | | | 0 | 0.00075395821 | |
| 21015251 | a month ago | | | 0 | 0.00064878609 | |
| 21015250 | a month ago | | | 0 | 0.0016654719 | |
| 21015249 | a month ago | | | 0 | 0.00074587768 | |
| 21015249 | a month ago | | | 0 | 0.00075100498 | |
| 21015247 | a month ago | | | 0 | 0.00073115891 | |
| 21015244 | a month ago | | | 0 | 0.00054622364 | |
| 21015226 | a month ago | | | 0 | 0.00073713229 |
ABI
ABI objects
Getter at block 21249971 proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0xc4ed2f549a10b56ce7a4b9ee3e991d514fd2e004f27f1dbd3dcaa66cfe06e5ae
decimals() view returns (uint8)
18
name() view returns (string)
Dream Token
owner() view returns (address)
0x7e48cbd00f88f80370698e4274c6525ee9dbe4b1
rewardDailyRate() pure returns (uint256)
10000000000000000
rewardEndDate() view returns (uint256)
1818077400
symbol() view returns (string)
DREAM
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address operator) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getDailyReward(address user) view returns (uint256)
nonces(address owner) view returns (uint256)
ownerOf(address collection, uint256 id) view returns (address)
pendingReward(address owner) view returns (uint256)
rewardRate(address collection) view returns (uint256)
stakedIdsOf(address collection, address user, uint256 collectionSize) view returns (uint256[] stakedIds)
totalBalanceOf(address owner) view returns (uint256)
State-modifying
Events airdrop(address[] tos, uint256[] amounts)
approve(address operator, uint256 amount) returns (bool)
claimReward()
init(string name, string symbol)
permit(address owner, address operator, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s_)
registerCollection(address collection, uint200 rate)
setRewardEndDate(uint256 endDate)
stake(address collection, uint256[] tokenIds)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(address collection, uint256[] tokenIds)
upgradeToAndCall(address logic, bytes data)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed operator, uint256 amount)
CollectionRegistered(address indexed collection, uint256 rewardRate)
OwnerChanged(address oldOwner, address newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Upgraded(address indexed implementation)
constructor(address logic, bytes data)
fallback()
InvalidUUID()
NotAContract()
AlreadyInitialized()
CallerNotOwner()
CollectionAlreadyRegistered()
CollectionNotRegistered()
DeadlineExpired()
DelegateCallNotAllowed()
IncorrectOwner()
InvalidSigner()
InvalidUUID()
NotAContract()
ZeroReward()