LifesAJokeNFT
Verified contract
Active on
Ethereum with 9,414 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 "LifesAJokeNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102551 | 20 days ago | | | 0 | 0.00010421506 | |
| 21062689 | a month ago | | | 0 | 0.00046177534 | |
| 21055646 | a month ago | | | 0 | 0.00035187507 | |
| 21050087 | a month ago | | | 0 | 0.00025883773 | |
| 21050051 | a month ago | | | 0 | 0.00034672473 | |
| 21049385 | a month ago | | | 0 | 0.00017988142 | |
| 21049207 | a month ago | | | 0 | 0.00026402349 | |
| 21012637 | a month ago | | | 0 | 0.00051801366 | |
| 21012324 | a month ago | | | 0 | 0.00062222577 | |
| 21005150 | a month ago | | | 0 | 0.00085251926 |
ABI
ABI objects
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 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)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mint(uint256 quantity) payable
mintForAddress(address recipient, uint256 quantity)
renounceOwnership()
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)
setBaseURI(string uri)
setContractURI(string _uri)
setMaxPerWallet(uint256 max)
setMintPrice(uint256 price)
setNotRevealURI(string _notRevealURI)
setPausesStates(bool _isStartPublicSale, bool _isStartWhiteListSale)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFees(uint256 percent)
whiteListMint(uint256 quantity, bytes proof) payable
withdraw(address to)
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)
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.
ApprovalOwnerIsOperator()
ApprovalToCurrentOwner()
BalanceQueryZeroAddress()
ERC721ReceiverNotReceived()
InvalidCall()
NonExistentToken()
NotERC721Receiver()