MNTGE Pass
Verified contract
Active on
Ethereum with 4,984 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 "MNTGE Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274167 | 4 days ago | | | 0 | 0.00067052463 | |
| 21268054 | 4 days ago | | | 0 | 0.00033638905 | |
| 21267793 | 4 days ago | | | 0 | 0.00034183120 | |
| 21267790 | 4 days ago | | | 0 | 0.00034145888 | |
| 21267788 | 4 days ago | | | 0 | 0.00032595800 | |
| 21246119 | 8 days ago | | | 0 | 0.0013157593 | |
| 21102727 | a month ago | | | 0 | 0.00015950988 | |
| 20967199 | 2 months ago | | | 0 | 0.00069787079 | |
| 20786319 | 2 months ago | | | 0 | 0.0011087262 | |
| 20765593 | 2 months ago | | | 0 | 0.00044185102 |
ABI
ABI objects
Getter at block 21299886
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
getSupply() view returns (uint256, uint256)
(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 owner) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getClaimed(address wallet) view returns (bool)
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 adminMint(address[] wallets, uint256[] amounts)
approve(address operator, uint256 tokenId) payable
mint(bytes token, bytes encoded) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(address wallet, uint256 amount)
withdrawAll(address recipient)
withdrawAllViaCall(address _to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
EtherWithdrawn(address _to, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address _signer)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()