GenerativeMorning
Verified contract
Active on
Ethereum with 38 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GenerativeMorning"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14927668 | 2 years ago | | | 0 | 0.0024474951 | |
| 14927617 | 2 years ago | | | 0 | 0.0049325670 | |
| 14521166 | 3 years ago | | | 0 | 0.0031507509 | |
| 14404773 | 3 years ago | | | 0 | 0.0042196501 | |
| 14381505 | 3 years ago | | | 0 | 0.0011645588 | |
| 14379455 | 3 years ago | | | 0 | 0.0015025983 | |
| 14376994 | 3 years ago | | | 0 | 0.00083932506 | |
| 14376989 | 3 years ago | | | 0 | 0.00093811219 | |
| 14261054 | 3 years ago | | | 0 | 0.0018208284 | |
| 14261048 | 3 years ago | | | 0 | 0.0016952270 |
ABI
ABI objects
Getter at block 21277591
isDayTime() view returns (bool)
false
name() view returns (string)
Generative Morning
owner() view returns (address)
0x6140f00e4ff3936702e68744f2b5978885464cbb
realDescription() view returns (string)
gm
realTokenURI() view returns (string)
data:application/json;utf8,{"name":"Generative Morning","description":"gm","image":"data:image/svg+xml;utf8,<svg viewBox='0 0 400 400' width='400' height='400' fill='none' xmlns='http://www.w3.org/2000/svg'><path style='fill:#040348' d='M0 0h400v280H0z'/><path style='fill:#1b1e23' d='M0 280h400v120H0z'/><path d='M300 20a30 30 1 0 1 0 60 40 40 1 0 0 0-60z' fill='#fff' style='transform:rotate(-30deg);transform-origin:350px 40px'/></svg>", "attributes":[{"trait_type":"good","value":"morning"},{"trait_type":"owner","value":"@yungwknd"}]}
revealedOnOS() view returns (bool)
false
sayItBackMessage() view returns (string)
gm
sunrise() view returns (uint256)
1654660800
symbol() view returns (string)
gm
twitterGMReceiver() view returns (string)
yungwknd
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
hideOnOS()
renounceOwnership()
revealOnOS()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sayItBack()
setApprovalForAll(address operator, bool approved)
setDayLength(uint256 dayLengthInput)
setRealDescription(string description)
setSayItBackMessage(string message)
setSunrise(uint256 sunriseTime)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SayItBack(address sayer, string message, string receiver)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 inputSunrise, string receiver, string sayItBackMessageInput, string realDescriptionInput)
This contract contains no fallback and receive objects.
This contract contains no error objects.