MartiansVsRednecks
Verified contract
Active on
Ethereum with 3,201 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 "MartiansVsRednecks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097307 | 23 days ago | | | 0 | 0.00017186417 | |
| 21097216 | 23 days ago | | | 0 | 0.00021173545 | |
| 21002242 | a month ago | | | 0 | 0.00045068006 | |
| 20646206 | 3 months ago | | | 0 | 0.000031304805 | |
| 20644399 | 3 months ago | | | 0 | 0.000039070322 | |
| 20561672 | 3 months ago | | | 0 | 0.000047552010 | |
| 20561649 | 3 months ago | | | 0 | 0.000049334490 | |
| 20438284 | 4 months ago | | | 0 | 0.00016976147 | |
| 20274635 | 4 months ago | | | 0 | 0.00023971533 | |
| 20270997 | 5 months ago | | | 0 | 0.00020363883 |
ABI
ABI objects
Getter at block 21263272
MAX_MVSR() view returns (uint256)
6667
MAX_PRESALE() view returns (uint256)
5
MAX_SALE() view returns (uint256)
10
hasPreSaleStarted() view returns (bool)
false
hasSaleStarted() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x655f859292746ff4eb812a92d304ed6511aa3522ada99035ee7b4091e6e5dab4
name() view returns (string)
MartiansVsRednecks
owner() view returns (address)
0xaa9cb1fa773c3d36e79ad39ba116d8ff28344203
preSaleOver() view returns (bool)
true
price() view returns (uint256)
100000000000000000
symbol() view returns (string)
MVRV1
totalSupply() view returns (uint256)
6667
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
batchMintByOwner(address[] _mintAddressList, uint256[] _quantityList)
mint(uint256 _quantity) payable
mintByOwner(address _to, uint256 _quantity)
pausePreSale()
pauseSale()
preMint(uint256 _quantity, bytes32[] merkleProof) payable
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)
setDevTeamAddress(address _devTeamAddress)
setMerkleRoot(bytes32 _merkleRoot)
setNetvrkAddress(address _netvrksAddress)
setPreSaleMax(uint256 _preSaleMax)
setPrice(uint256 _price)
setSaleMax(uint256 _saleMax)
setTeamAddress1(address _teamAddress1)
setTeamAddress2(address _teamAddress2)
setTeamAddress3(address _teamAddress3)
setTeamAddress4(address _teamAddress4)
startPreSale()
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
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_, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.