Marshall Inu Fight Club
Verified contract
Active on
Ethereum with 2,897 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Marshall Inu Fight Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20336663 | 5 months ago | | | 0 | 0.00015059611 | |
| 19898039 | 7 months ago | | | 0 | 0.00015300523 | |
| 19671054 | 8 months ago | | | 0 | 0.00036679399 | |
| 19621583 | 8 months ago | | | 0 | 0.00041453609 | |
| 19438532 | 9 months ago | | | 0 | 0.0018669425 | |
| 19266904 | 9 months ago | | | 0 | 0.0010315300 | |
| 19055369 | 10 months ago | | | 0 | 0.00063091094 | |
| 19043283 | 10 months ago | | | 0 | 0.0014384164 | |
| 19036764 | a year ago | | | 0 | 0.0018378998 | |
| 18715206 | a year ago | | | 0 | 0.0011381920 |
ABI
ABI objects
Getter at block 21330847
isPresale() view returns (bool)
false
isReveal() view returns (bool)
true
isStartMinting() view returns (bool)
true
maxPrivate() view returns (uint256)
4
maxPrivateVIP() view returns (uint256)
10
maxPublic() view returns (uint256)
1000
mintPrice() view returns (uint256)
77000000000000000
name() view returns (string)
Marshall Inu Fight Club
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xce05955d50cbdc3fdbe24147032b7262573f2ae5
paused() view returns (bool)
false
privateSaleEnd() view returns (uint256)
1658275200
privateSaleStart() view returns (uint256)
1658224800
symbol() view returns (string)
MRIFC
totalSupply() view returns (uint256)
4444
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)
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)
mint(uint8 amount, bytes signature, bool isVIP) payable
mintTo(uint256[] quantity, address[] recipient) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setIsReveal(bool _isReveal)
setMaxAddress(uint256 publicAmount, uint256 privateAmount, uint256 privateVIPAmount)
setMintPrice(uint256 _mintPrice)
setPrivateSaleTime(uint256 _privateSaleStart, uint256 _privateSaleEnd)
setSecret(string secret)
setSigner(address signer)
setUnrevealURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw() 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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.