LAD

Verified contract

Active on Ethereum with 4,313 txns
Deployed by via 0x84212feb at 17562200
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $11,754.84
0xe9271e732e41f066096d9f0d234973db9211f22b2e09a6c369dbbc0bf08169f7
0x41ec135e7324ea7f515afcbdb12a1df74f9ccbc40bc883f641ed80281aecedb8
0x9700e65d29c3d73ff8bc4e88072504d54f686d8de4262959c9c066f65812fd70
0xfc5def82b2b5c3307cff1c7e3f40e3fb005c094b11e84383ea4aa5e67e9c03a0
0xd87d0bf3ddc2cb16fb05b8e08998b8ac9c51df8d061afac5f927261ef82cfe48
0x434334800b3bb487ca0df6956f0b3e7ed99fbbdeee1ecf586ef452ef9910e41a
0x323536eb7a284c47e4731253a200e5147792d055daf07af2807df3ea8c83fd28
0x200fe94520aa598cebfcdd671c39ce45fbbce7b5d5cea91c0854d60851c82176
0xea613bf8ec17206d7c1380d79d7d1f860c2de3b1e4f0721dbfd49a2500e0d748
0x0839a2d58361ffd59ec71734bc3c7e0f40f42bdb36d257943744d3b85161565f

Functions
Getter at block 21326204
availableSupply(view returns (uint256)
3000
getBaseURI(view returns (string)
https://metadata.lootadog.com/nft/
getSigner(view returns (address)
0x1d47fdce93661c67ed3973ce65311b4146e43930
name(view returns (string)
LAD
owner(view returns (address)
0x2811680721a20be6b438dcb507de528338549fd0
paused(view returns (bool)
false
symbol(view returns (string)
LAD
totalSupply(view returns (uint256)
2805
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
qtyOfMinted(address minterview returns (uint256)
stakeFlag(uint256 idview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
mint(address _touint256 _mintQtyuint256 _allowQtyuint256 _expireAtbytes signaturepayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setAvailableSupply(uint256 availableSupply_
setBaseURI(string baseURI
setSigner(address addr
stake(bool _flaguint256 _iduint256 _expireAtbytes signature
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
withdraw(
withdrawToken(address token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string name_string symbol_uint256 initAvailableSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(