Degen Looters
Verified contract
Active on
Ethereum with 1,938 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 "Degen Looters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102229 | 8 days ago | | | 0 | 0.00012217633 | |
| 21038103 | 17 days ago | | | 0 | 0.00066834848 | |
| 19800040 | 6 months ago | | | 0 | 0.000098593335 | |
| 19700539 | 7 months ago | | | 0 | 0.00016792221 | |
| 19288048 | 9 months ago | | | 0 | 0.00083439707 | |
| 19157658 | 9 months ago | | | 0 | 0.00032874522 | |
| 19111930 | 9 months ago | | | 0 | 0.00023360147 | |
| 19083817 | 10 months ago | | | 0 | 0.0012929925 | |
| 19071850 | 10 months ago | | | 0 | 0.00062980072 | |
| 19057920 | 10 months ago | | | 0 | 0.00057613676 |
ABI
ABI objects
Getter at block 21158698
LIMIT_PER_WALLET() view returns (uint256)
3
MAX_MULTIMINT() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
1500
OG_SUPPLY() view returns (uint256)
100
PRICE() view returns (uint256)
15000000000000000
PRICE_OG() view returns (uint256)
8000000000000000
PRICE_WL() view returns (uint256)
15000000000000000
WL_SUPPLY() view returns (uint256)
600
getMintType() view returns (uint8)
3
merkleRoot() view returns (bytes32)
0x51b5b670bf191ce329a83616f8be125e514dfd67d565db717a362fc79442fd9a
merkleRootOG() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintType() view returns (uint8)
3
name() view returns (string)
Degen Looters
owner() view returns (address)
0x7361b6b64cd4b0259dba570a98873655ae6c81ef
symbol() view returns (string)
DL
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof) view returns (bool)
isValidOG(bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _count) payable
mintFree(uint256 _count)
mintOG(uint256 _count, bytes32[] _proof) payable
mintOwn(address _to, uint256 _count)
mintWL(uint256 _count, bytes32[] _proof) payable
multiSend(address[] _recipients, uint256[] _ids)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setLIMIT_PER_WALLET(uint256 _count)
setMAX_MULTIMINT(uint256 _count)
setMAX_SUPPLY(uint256 _count)
setMintType(uint8 _mintType)
setOG_SUPPLY(uint256 _count)
setPRICE(uint256 _price)
setPRICE_OG(uint256 _price)
setPRICE_WL(uint256 _price)
setRoot(bytes32 _root)
setRootOG(bytes32 _root)
setWL_SUPPLY(uint256 _count)
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)
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 _customBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()