Scavengers
Verified contract
Active on
Ethereum with 2,935 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 "Scavengers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20947683 | a month ago | | | 0 | 0.00022744678 | |
| 20947681 | a month ago | | | 0 | 0.00023085000 | |
| 20832218 | 2 months ago | | | 0 | 0.00062111971 | |
| 20439771 | 3 months ago | | | 0 | 0.00014740633 | |
| 20312199 | 4 months ago | | | 0 | 0.00031499919 | |
| 20058633 | 5 months ago | | | 0 | 0.00033367776 | |
| 19296156 | 9 months ago | | | 0 | 0.0013891396 | |
| 18790613 | a year ago | | | 0 | 0.0020554656 | |
| 18783043 | a year ago | | | 0 | 0.0018884344 | |
| 18278412 | a year ago | | | 0 | 0.00041355922 |
ABI
ABI objects
Getter at block 21160595
MAX() view returns (uint256)
525
merkleRoot() view returns (bytes32)
0x4714136a073e67bb0eb4dcbe713ca81b76e8ec6053fc700fd268b8ecee446af9
name() view returns (string)
Scavengers
owner() view returns (address)
0x2052ec4f2ed674ce1b8a11159a831362eb15af12
symbol() view returns (string)
SCAV
totalSupply() view returns (uint256)
555
Read-only
_addressesMinted(address) view returns (bool)
_tokenURI(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isInMinted(address _address) view returns (bool)
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)
changeMerkle(bytes32 _newMerkle)
changePresaleTime(uint256 _newDate)
changeSaleTime(uint256 _newDate)
mint(bytes32[] _merkleProof) payable
mintReserves()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNewPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.