MNTGE Pass

Verified contract

Active on Ethereum with 4,984 txns
Deployed by via 0x8f3f6a35 at 16144376
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MNTGE Pass"

0xb9dbdb18b9e2ae9a90cb84b02cf391d0bbb54ceaa3c129fde8279ecce26ca0ff
0x995f91dd5493573d692b94c917055d6f85b082c64ad60d0f0dda2a43eb44f021
0x87bb0a6448bb3218b6b9b890b5e0940cdc18f5b7fad71e980c0af90cdca08675
0x18bfcc4542642f0b015fc69bd1236c22b15676e24cece522746f8b480725980b
0x2c6959c6dea24e24c54bcdb14d20485512700a4898fcc58e2c7356c2d61edae7
0xf9e85d4c9535073edca15932668d2146286fd00e6b4df994b050db0d12c3a21c
0x131a6ff18dcee7811d3579a38764ba09652afbfa0c8a3f32811aaf26380ae50b
0xa7468392bcde8663ce41fe3dcc369ba07870cf978ea605d0919264ea5efe1a68
0xf227f229cab17e03a7d899e4c8f480db6a9ced9fb0156a99048243e21c3e6989
0xd6eb1f17894f58ac156431f6b5836958215e4cf1d4381392780f51fb659d28b4

Functions
Getter at block 21299886
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
getSupply(view returns (uint256uint256)
(1400, 1400)
mintAmount(view returns (uint256)
1
mintPrice(view returns (uint256)
500000000000000000
mintSupply(view returns (uint256)
1400
name(view returns (string)
MNTGE Pass
owner(view returns (address)
0xf34f2dd6fa5f52ebd9bfa7e7fa57498ad9f209c9
phaseTwo(view returns (bool)
true
publicSupply(view returns (uint256)
110
state(view returns (uint8)
1
supply(view returns (uint256)
1400
symbol(view returns (string)
MNTGE
tokenUriBase(view returns (string)
https://zf8f02053-z45e95e13-gtw.z86770b17.prm.sh/api/metadata/0xf8c72628bd822e54e1fb2bf0c3484c10d1963e28/
totalSupply(view returns (uint256)
1500
treasuryMax(view returns (uint256)
100
Read-only
balanceOf(address ownerview returns (uint256)
claimed(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimed(address walletview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
adminMint(address[] walletsuint256[] amounts
approve(address operatoruint256 tokenIdpayable 
mint(bytes tokenbytes encodedpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setClosed(
setMintAmount(uint256 amount
setMintPrice(uint256 price
setOpen(
setPhaseTwo(
setPublicSupply(uint256 _supply
setSigner(address _signer
setSupply(uint256 _supply
setTokenURI(string _tokenUriBase
setTreasuryMax(uint256 _supply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
treasuryMint(address walletuint256 amount
withdrawAll(address recipient
withdrawAllViaCall(address _to
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
EtherWithdrawn(address _touint256 _amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboladdress _signer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(