LingBeggar
Verified contract
Active on
Ethereum with 3,789 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 "LingBeggar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20954790 | 2 months ago | | | 0 | 0.00042311923 | |
| 20539167 | 3 months ago | | | 0 | 0.000049539631 | |
| 20103150 | 5 months ago | | | 0 | 0.000076290961 | |
| 19865715 | 7 months ago | | | 0 | 0.00022740889 | |
| 19621347 | 8 months ago | | | 0 | 0.00085650150 | |
| 19543792 | 8 months ago | | | 0 | 0.00051501104 | |
| 19543792 | 8 months ago | | | 0 | 0.00051675578 | |
| 19543792 | 8 months ago | | | 0 | 0.00051675578 | |
| 19536636 | 8 months ago | | | 0 | 0.0010739596 | |
| 19001572 | a year ago | | | 0 | 0.00039515104 |
ABI
ABI objects
Getter at block 21304031
MAX_MINT_PUBLIC() view returns (uint256)
1
MAX_MINT_WHITELIST() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
2000
VAULT_SUPPLY() view returns (uint256)
50
baseURI() view returns (string)
https://arweave.net/__qnWxqg_aqi_Lss9e__PLYX9tX6rcZn0CR67Z5BBPE/
baseURIExtension() view returns (string)
.json
hiddenMetadataURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmUkseXdPPgjWjTNrwnAJFwfRhvFdRs1d1TGyqvn2USUtZ
isPublicMintActive() view returns (bool)
true
isWhitelistMintActive() view returns (bool)
true
merkleRoot() view returns (bytes32)
0xefd72e7cbf96375b762d2e8787056ca854bf16f42e6adb225a15fcdd104ef0b6
name() view returns (string)
LingBeggar
owner() view returns (address)
0x9e355e38e2a1b32c616c46565f614082693a84a9
revealed() view returns (bool)
true
symbol() view returns (string)
LINGBEGGAR
totalSupply() view returns (uint256)
2000
vaultAddress() view returns (address)
0x9e355e38e2a1b32c616c46565f614082693a84a9
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLuckyUserAddress(uint256 _index) view returns (address[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalMinted(address) view returns (uint256)
State-modifying
Events airdrop(address[] _team, uint256[] _teamMint)
approve(address to, uint256 tokenId)
closeSale()
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseURIExtension)
setBaseURI(string _newURI)
setHiddenMetadataURI(string _newURI)
setMaxMintPublic(uint256 _newMaxMints)
setMerkleRoot(bytes32 _merkleRoot)
setVaultAddress(address _vaultAddress)
teamMint()
togglePublicSale()
toggleReveal()
toggleWhitelistMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _quantity, bytes32[] _proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _hiddenMetadataURI, string _initBaseURI, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()