LDPCWildside
Verified contract
Active on
Ethereum with 908 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x764e…7427
2 additional
variables
Balances ($0.00)
No balances found for "LDPCWildside"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20710455 | 2 months ago | | | 0 | 0.00013820559 | |
| 19046443 | 10 months ago | | | 0 | 0.00092348737 | |
| 19001647 | 10 months ago | | | 0 | 0.00099085446 | |
| 18906572 | a year ago | | | 0 | 0.00094673449 | |
| 18734981 | a year ago | | | 0 | 0.0026272069 | |
| 18698145 | a year ago | | | 0 | 0.0017966141 | |
| 18430556 | a year ago | | | 0 | 0.0012055988 | |
| 18172271 | a year ago | | | 0 | 0.00075480767 | |
| 18066350 | a year ago | | | 0 | 0.00088199861 | |
| 18028117 | a year ago | | | 0 | 0.0013396419 |
ABI
ABI objects
Getter at block 21197200
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
expiresAt() view returns (uint256)
1723392000
isLive() view returns (bool)
false
isPublicOpen() view returns (bool)
true
isRevealed() view returns (bool)
true
lionadeContract() view returns (address)
0x764e3596e4b99525fbb415983904aa1f69387427
liveAt() view returns (uint256)
0
maxPerTransaction() view returns (uint256)
101
maxPerWallet() view returns (uint256)
101
maxSupply() view returns (uint256)
2501
name() view returns (string)
LDPCWildside
owner() view returns (address)
0x021b8329b4a2a659a1ff78ab8a8ed5e975320fdc
price() view returns (uint256)
75000000000000000
symbol() view returns (string)
LDPCWS
totalSupply() view returns (uint256)
1390
treasury() view returns (address)
0x021b8329b4a2a659a1ff78ab8a8ed5e975320fdc
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getMintState(address _address) view returns (struct LDPCWildsideMintState)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _amount)
airdropOG(address[] _addresses, uint256[] _amounts)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setHiddenURI(string _hiddenURI)
setIsRevealed(bool _isRevealed)
setLionadeContracts(address _lionadeContract)
setMaxPerTransaction(uint256 _maxPerTransaction)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setMintStates(bool _isPublicMintOpen)
setMintWindow(uint256 _liveAt, uint256 _expiresAt)
setPrice(uint256 _price)
setTreasury(address _treasury)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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(address _lionadeContract, address[] _addresses, uint256[] _amounts)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()