LordSocietyNFT
Verified contract
Active on
Ethereum with 14,816 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LORDNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272924 | 2 days ago | | | 0 | 0.00075425778 | |
| 21265738 | 3 days ago | | | 0 | 0.0010729356 | |
| 21223583 | 9 days ago | | | 0 | 0.0011716874 | |
| 21145778 | 20 days ago | | | 0 | 0.00031816960 | |
| 21106629 | a month ago | | | 0 | 0.00012603240 | |
| 20892561 | 2 months ago | | | 0 | 0.00046192030 | |
| 20726293 | 3 months ago | | | 0 | 0.000056018322 | |
| 20720237 | 3 months ago | | | 0 | 0.00061330947 | |
| 20625903 | 3 months ago | | | 0 | 0.000076331401 | |
| 20619205 | 3 months ago | | | 0 | 0.000017741450 |
ABI
ABI objects
Getter at block 21289344 getBalance() view returns (uint256)
baseExtension() view returns (string)
.json
cost() view returns (uint256)
270000000000000000
isWhitelisted() view returns (bool)
false
maxMintAmount() view returns (uint256)
2
maxSupply() view returns (uint256)
7777
name() view returns (string)
LordSocietyNFT
notRevealedUri() view returns (string)
ipfs://Qmc9YA58ZArfCpYaMhvaeedL9ftXCpQnvYczM59wFWt9SQ/hidden.json
owner() view returns (address)
0x4d2a7839931d69289a76730b57cbf033b367f3ba
paused() view returns (bool)
true
reservedForTeam() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
LORDNFT
totalSupply() view returns (uint256)
7777
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
partialWithdraw(uint256 _amount) payable
pause(bool _state)
presaleMint(uint256 _mintAmount, string _signature) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newmaxMintAmount)
setNotRevealedURI(string _notRevealedURI)
setReserved(uint256 _reserved)
setSignature(string _signature)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistSale(bool _state)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.