OwnTheDay.io Days
Verified contract
Active on
Ethereum with 1,328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($121.71)
Native
Value
$121.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.032853 | $3,704.71 |
$121.71 | |
YOO | ERC-20 | 21.088K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7790846 | 6 years ago | | | 0 | 0.00018924000 | |
| 7790716 | 6 years ago | | | 0 | 0.00023280000 | |
| 7785102 | 6 years ago | | | 0 | 0.00052995600 | |
| 7785031 | 6 years ago | | | 0.008 | 0.0013286200 | |
| 6659204 | 6 years ago | | | 0 | 0.00044504600 | |
| 6228513 | 6 years ago | | | 0.016 | 0.00039858600 | |
| 6223148 | 6 years ago | | | 0.004 | 0.00026572400 | |
| 6223143 | 6 years ago | | | 0.008 | 0.00026572400 | |
| 6222866 | 6 years ago | | | 0 | 0.000088710000 | |
| 6221717 | 6 years ago | | | 0.008 | 0.00042515840 |
ABI
ABI objects
Getter at block 21305435
contractBalance() view returns (uint256)
32852704000000000
isMigrationFinished() view returns (bool)
true
name() pure returns (string _name)
OwnTheDay.io Days
owner() view returns (address)
0x4f5d80011e0dcdfc0b22244d6f8f56774a562b75
paused() view returns (bool)
false
symbol() pure returns (string _symbol)
DAYS
totalSupply() view returns (uint256)
366
Read-only
approvedFor(uint256 _tokenId) view returns (address)
balanceOf(address _owner) view returns (uint256)
calculateOwnerCut(uint256 _price) pure returns (uint256)
calculatePriceIncrease(uint256 _price) pure returns (uint256)
dayIndexToPrice(uint256) view returns (uint256)
getPriceByDayIndex(uint256 _dayIndex) view returns (uint256)
ownedTokens(address, uint256) view returns (uint256)
ownedTokensIndex(uint256) view returns (uint256)
ownerAddressToName(address) view returns (string)
ownerOf(uint256 _tokenId) view returns (address)
tokenApprovals(uint256) view returns (address)
tokenOwner(uint256) view returns (address)
tokensOf(address _owner) view returns (uint256[])
State-modifying
Events approve(address _to, uint256 _tokenId)
assignInitialDays(address _to, uint256 _tokenId, uint256 _price)
claimDay(uint256 _dayIndex) payable
finishMigration()
pause()
setAccountNickname(string _nickname)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferOwnership(address newOwner)
unpause()
withdrawAll()
withdrawAmount(uint256 _amount)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
Bought(uint256 indexed _dayIndex, address indexed _owner, uint256 _price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Sold(uint256 indexed _dayIndex, address indexed _owner, uint256 _price)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.