DateCalendar
Verified contract
Active on
Ethereum with 1,187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "DateCalendar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19236482 | 9 months ago | | | 0 | 0.0021749167 | |
| 19200718 | 9 months ago | | | 0 | 0.0021431291 | |
| 19200697 | 9 months ago | | | 0 | 0.0013711235 | |
| 19199210 | 9 months ago | | | 0 | 0.0025067473 | |
| 19198117 | 9 months ago | | | 0 | 0.0018652349 | |
| 16882766 | 2 years ago | | | 0 | 0.00079969356 | |
| 16862107 | 2 years ago | | | 0 | 0.0019424870 | |
| 16794798 | 2 years ago | | | 0 | 0.0035260906 | |
| 16773631 | 2 years ago | | | 0 | 0.0030112500 | |
| 16773608 | 2 years ago | | | 0 | 0.0031588600 |
ABI
ABI objects
Getter at block 21206558
allowFutureDates() view returns (bool)
false
currentBlockJD() view returns (struct DateCalendarJulianDate)
(2460631, 5)
name() view returns (string)
DateCalendar
owner() view returns (address)
0xc19867222a977db9027e897463866355f8116ed2
symbol() view returns (string)
DC
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
proofOf(uint256 dateTokenIndex) view returns (struct DateCalendarGCalDate)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintDate(uint256 dateTokenIndex)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DateProof(uint8 indexed day, uint8 indexed month, int256 indexed year)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, bool allowFutureDates_)
This contract contains no fallback and receive objects.
This contract contains no error objects.