Daily Life 2023
Verified contract
Active on
Ethereum with 112 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 "Daily Life 2023"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16385153 | 2 years ago | | | 0 | 0.0012854017 | |
| 16361876 | 2 years ago | | | 0 | 0.00073611771 | |
| 16359310 | 2 years ago | | | 0 | 0.00049540230 | |
| 16355350 | 2 years ago | | | 0 | 0.0014579130 | |
| 16355345 | 2 years ago | | | 0 | 0.0015259032 | |
| 16355341 | 2 years ago | | | 0 | 0.00055873214 | |
| 16355338 | 2 years ago | | | 0 | 0.0013840916 | |
| 16355298 | 2 years ago | | | 0 | 0.0014770420 | |
| 16355294 | 2 years ago | | | 0.005 | 0.0010972663 | |
| 16355205 | 2 years ago | | | 0 | 0.00095293697 |
ABI
ABI objects
Getter at block 21387910
cost() view returns (uint256)
1000000000000000
hiddenURL() view returns (string)
maxFreeMintAmountPerWallet() view returns (uint8)
2
maxMintAmountPerTx() view returns (uint8)
20
maxSupply() view returns (uint16)
999
name() view returns (string)
Daily Life 2023
owner() view returns (address)
0xab4c7df308b078af73425b61286f01459132418f
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
2023
totalSupply() view returns (uint256)
749
Read-only
NFTPerPublicAddress(address) view returns (uint8)
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 Airdrop(uint8 _amountPerAddress, address[] addresses)
Mint(uint8 _mintAmount) payable
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxAnbuAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()