Lord Universe
Verified contract
Active on
Ethereum with 5,540 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 "Lord Universe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20569516 | 3 months ago | | | 0 | 0.000046216968 | |
| 20569514 | 3 months ago | | | 0 | 0.000045424225 | |
| 20151011 | 5 months ago | | | 0 | 0.000049970122 | |
| 19154246 | 10 months ago | | | 0 | 0.00040378437 | |
| 18910567 | a year ago | | | 0 | 0.00045704249 | |
| 18906759 | a year ago | | | 0 | 0.00077476360 | |
| 18228976 | a year ago | | | 0 | 0.00033775734 | |
| 17969877 | a year ago | | | 0 | 0.00077213121 | |
| 17967077 | a year ago | | | 0 | 0.00076492677 | |
| 17898145 | a year ago | | | 0 | 0.00032326467 |
ABI
ABI objects
Getter at block 21285461
giveawaySupply() view returns (uint256)
77
maxPerAddressDuringMint() view returns (uint256)
5
maxSupply() view returns (uint256)
7777
mintLimit() view returns (uint256)
3
mintLimitForWL() view returns (uint256)
2
mintPrice() view returns (uint256)
20000000000000000
name() view returns (string)
Lord Universe
owner() view returns (address)
0x000000000000000000000000000000000000dead
presaleStarted() view returns (bool)
false
revealed() view returns (bool)
true
saleStarted() view returns (bool)
true
symbol() view returns (string)
LU
totalSupply() view returns (uint256)
7768
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mintAdmin(uint256 _amount, address _to)
mintForGiveaway()
mintPublicSale(uint256 _amount) payable
mintWL(uint256 _amount, bytes32[] _proof) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRootValue) returns (bytes32)
setMintPrice(uint256 _mintPrice)
setNotRevealedURI(string _notRevealedURI)
setPresaleStarted(bool _hasStarted)
setSaleStarted(bool _hasStarted)
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(uint256 maxBatchSize_, string baseURI_, string notRevealedURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.