Warrior Mfers
Verified contract
Active on
Ethereum with 513 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 "Warrior Mfers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19986943 | 6 months ago | | | 0 | 0.00052242703 | |
| 19365541 | 8 months ago | | | 0 | 0.0046964246 | |
| 18305287 | a year ago | | | 0 | 0.00032251206 | |
| 16581200 | 2 years ago | | | 0 | 0.00064997195 | |
| 16300504 | 2 years ago | | | 0 | 0.00092231528 | |
| 15847346 | 2 years ago | | | 0 | 0.00084943579 | |
| 15847344 | 2 years ago | | | 0 | 0.00080207686 | |
| 15847342 | 2 years ago | | | 0 | 0.00083038395 | |
| 15804178 | 2 years ago | | | 0 | 0.00056674899 | |
| 15804178 | 2 years ago | | | 0 | 0.00056674899 |
ABI
ABI objects
Getter at block 21207200
MAX_MINT_PER_PRESALE() view returns (uint256)
1
MAX_MINT_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
6500
MINT_PRICE_PUBLIC() view returns (uint256)
10000000000000000
PRE_MINT_PRICE() view returns (uint256)
15000000000000000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmViArnz8MV3uPfHqSkJn4BdbMZeBnNAbgJjTZKW6iPFMX/
name() view returns (string)
Warrior Mfers
notRevealedURI() view returns (string)
owner() view returns (address)
0x6d192e18ccab013d9f3ef9d9b727688b789c440d
paused() view returns (bool)
false
preSaleStarted() view returns (bool)
false
revealed() view returns (bool)
true
saleStarted() view returns (bool)
true
symbol() view returns (string)
WM
totalSupply() view returns (uint256)
3949
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256 _count, address _account)
approve(address to, uint256 tokenId)
mint(uint256 _count) payable
pause()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRootValue) returns (bytes32)
setMintPrice(uint256 newMintPrice)
setNotRevealedURI(string _notRevealedURI)
setPreMintPrice(uint256 newMintPrice)
setPreSaleStarted(bool _hasStarted)
setSaleStarted(bool _hasStarted)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 _count, bytes32[] _proof) payable
withdraw()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _initBaseURI, string _initNotRevealedURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.