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 "Everyday"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20600352 | 3 months ago | | | 0 | 0.000067744379 | |
| 20294797 | 5 months ago | | | 0 | 0.000095186771 | |
| 19330166 | 9 months ago | | | 0 | 0.0036942735 | |
| 18896262 | a year ago | | | 0 | 0.00062462321 | |
| 17935487 | a year ago | | | 0 | 0.0033291901 | |
| 17556767 | a year ago | | | 0 | 0.00058673286 | |
| 17521561 | a year ago | | | 0 | 0.00097635681 | |
| 17090085 | 2 years ago | | | 0.05 | 0.0038219978 | |
| 16892999 | 2 years ago | | | 0 | 0.0010334362 | |
| 16887906 | 2 years ago | | | 0 | 0.00046649015 |
ABI
ABI objects
Getter at block 21319961
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
highestTokenId() view returns (uint256)
8402
limitPerTnx() view returns (uint256)
365
name() view returns (string)
Everyday
price() view returns (uint256)
50000000000000000
rendererAddress() view returns (address)
0x79dd0953c13f1ef314afbc1a37ff7e5b76a957fb
symbol() view returns (string)
DAY
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
render(uint256 tokenId) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256[] tokenIds, address to)
approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mint(uint256 tokenId) payable
multiMint(uint256[] tokenIds) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setHighestTokenId(uint256 tokenId)
setLimitPerTnx(uint256 amount)
setPrice(uint256 amount)
setRendererAddress(address to)
setSplits(uint256 jacob, uint256 henry, uint256 matt)
setWallets(address noah, address jacob, address henry, address matt)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.