Mafagafo
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
20
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Mafagafo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Mafagafo"
ABI
ABI objects
Getter at block 21214278
MAX_SUPPLY() view returns (uint256)
7117
firstOptionAmount() view returns (uint256)
0
firstReceiver() view returns (address)
0x0000000000000000000000000000000000000000
isFirstOptionOn() view returns (bool)
false
isSecondOptionOn() view returns (bool)
false
isThirdOptionOn() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
preRevealBaseURI() view returns (string)
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
secondOptionAmount() view returns (uint256)
0
secondReceiver() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
thirdOptionAmount() view returns (uint256)
0
totalMintedPhase2() view returns (uint256)
0
totalSupply() view returns (uint256)
0
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)
totalClaimed(address) view returns (uint256)
totalClaimed2(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claim1(address account, uint256 quantity, uint256 totalQuantity, bytes32[] merkleProof)
claim2(address account, uint256 quantity) payable
initialize(string _preRevealBaseURI, address mafaTech, uint256 mafaTechSupply, bytes32 _merkleRoot, address _firstReceiver, address _secondReceiver, uint256 _firstOptionAmount, uint256 _secondOptionAmount, uint256 _thirdOptionAmount)
renounceOwnership()
safeMintMafaTech(address to, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFirstOption(bool _flag)
setFirstOptionAmount(uint256 _firstOptionAmount)
setFirstReceiver(address _firstReceiver)
setMerkleRoot(bytes32 _merkleRoot)
setSecondOption(bool _flag)
setSecondOptionAmount(uint256 _secondOptionAmount)
setSecondReceiver(address _secondReceiver)
setThirdOption(bool _flag)
setThirdOptionAmount(uint256 _thirdOptionAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Claimed(address indexed account, uint256 indexed quantity)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AlreadyClaimed(address account)
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidOption()
InvalidProof()
MaxSupplyExceeded(uint256 totalSupply, uint256 quantity)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PriceMismatch(uint256 value, uint256 price)
QuantityError(uint256 quantity)
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferError()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()