LifesAJokeNFT

Verified contract

Active on Ethereum with 9,414 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"

0x14ac2e545d25f7576fe65151b23628b8b434130287a444cce33eb442e55a8eb2
0x94c116d87815806ec749ea2e51d541aedb747b513675dd7fc9730da678bdb6b5
0xfa9fb80c59e5072441ea0ba979f708edbf7f72c77d520d7d23975802905e356a
0x054e189a3808886efdcc66e74f5bdcff5b502a4d9b18a83dca6d724b8b555e35
0x087f0e317e302161a90a2db73fbf51d27f7dc58348a1408654ff4828192b1396
0xcbfe5439bf6ba17e3fdc217a467915b5a2ef3bee7c1844cc8419c05227a0d41f
0x239970c586120938170c0c76502f2928deb3701ccea303a7cbf3f28ca08b10eb
0xda21311f37d56f6aa77c1ef2df07a5778d59ac23f63f6d8f3520495ad249125d
0x58bf1fd75da56f3d0eb35ad1f364083536f67d2549815092e0a3a231f8a2a902
0xd4c49866aaa39a82f9c327bf739ca00ae69b5fe109caaa49f67547eadac92686

Functions
Getter at block 21249361
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(