LifesAJokeNFT

Verified contract

Active on Ethereum with 9,404 txns
Deployed by via 0x1fada5c7 at 15260310
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LifesAJokeNFT"

0xa57805281bf19db7f9757fbebafe91b2c14e96f90e310265f6f38d8ad69fc265
0x1e19c1fc91b8ae03a3f1a9129dc37a1691d1ae75f57d4ebf446244e9349fec82
0x345d6f90ca780325243258bb340606f761b5a473699b792a73d1b547639964ca
0x8a61929a83dae359be1859e86210a36d5925ef8e00a3ef8e3c906c32262fce7c
0x2cac9885bdea7d34c3e2e1ce258eb1527c8087853b8b45ded420624e46332a52
0xa065767ca1ded50c62ff7a6c9f1abca1625a99c82e608e750e2246015d89a817
0x38ce91c9689fcb339208d5c902684bc42680271a2ad28237bd2a34d6c394c265
0x9b89e4dda2290220431a7d1edf4e890030ea9c2598dd8358e0cabcd80f800230
0xad0f323394c6ec3e7ed0f68b33484c9097f39ddbba2323f5fed17e62f5f2d886
0xe025d9843f077a44ce6c72bb296f3979bbde935d0031cc81cf3b11fb8a5c296a

Functions
Getter at block 20889416
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint16)
5555
contractURI(view returns (string)
ipfs://bafkreicih7gxqyngcsk7ip6wcoccfbz3wh6ecfabfgzmpybtkh7fiwg6vu
creatorFees(view returns (uint256)
0
isStartPublicSale(view returns (bool)
true
isStartWhiteListSale(view returns (bool)
false
maxPerWallet(view returns (uint256)
1
mintPrice(view returns (uint256)
0
name(pure returns (string)
LifesAJokeNFT
owner(view returns (address)
0xff115304ae04c9405d831b5a636d57f258d85a27
symbol(pure returns (string)
LAJ
totalSupply(view returns (uint256)
5555
treasury(view returns (address)
0xfa83b36104cbb964a001b91bc4154c673408fed2
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
mint(uint256 quantitypayable 
mintForAddress(address recipientuint256 quantity
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setContractURI(string _uri
setMaxPerWallet(uint256 max
setMintPrice(uint256 price
setNotRevealURI(string _notRevealURI
setPausesStates(bool _isStartPublicSalebool _isStartWhiteListSale
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateFees(uint256 percent
whiteListMint(uint256 quantitybytes proofpayable 
withdraw(address to
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalOwnerIsOperator(
ApprovalToCurrentOwner(
BalanceQueryZeroAddress(
ERC721ReceiverNotReceived(
InvalidCall(
NonExistentToken(
NotERC721Receiver(