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 "MAS Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16506502 | 2 years ago | | | 0 | 0.00091129133 | |
| 16432670 | 2 years ago | | | 0 | 0.00073282781 | |
| 16418863 | 2 years ago | | | 0 | 0.00060370700 | |
| 16418006 | 2 years ago | | | 0 | 0.00078017520 | |
| 16417125 | 2 years ago | | | 0 | 0.00036182075 | |
| 16417011 | 2 years ago | | | 0 | 0.0022206574 | |
| 16416651 | 2 years ago | | | 0 | 0.00072603532 | |
| 16415832 | 2 years ago | | | 0 | 0.0020505356 | |
| 16415824 | 2 years ago | | | 0 | 0.0022421609 | |
| 16415363 | 2 years ago | | | 0 | 0.00082781205 |
ABI
ABI objects
Getter at block 21209939
ERC712_VERSION() view returns (string)
1
contractURI() pure returns (string)
https://mint.masfashion.io/api/contract/1
daoAddress() view returns (address)
0xdcae2a0475ac997a9be73b3876d0fdf14af9d0a6
fixedPrice() view returns (uint256)
0
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x16c61802fb6864fc745e4589660ff04854389dccda58a4d6c62ab4e38e99c0b7
maxByMint() view returns (uint256)
2
maxPublicSupply() view returns (uint256)
1900
maxReservedSupply() view returns (uint256)
122
maxSupply() view returns (uint256)
2022
merkleRoot() view returns (bytes32)
0xae63784db05a65969c8b6b0d07a65477acf433780c46fada8718f8364cf252ee
name() view returns (string)
MAS Pass
owner() view returns (address)
0xd307d4f2fed4d5cd6aa6d35b9d3169a0844a8096
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
salePublicIsActive() view returns (bool)
false
saleWhitelistIsActive() view returns (bool)
false
symbol() view returns (string)
MASPASS
totalPublicSupply() view returns (uint256)
90
totalReservedSupply() view returns (uint256)
5
totalSupply() view returns (uint256)
95
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelistClaimed(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
flipSalePublicStatus()
flipSaleWhitelistStatus()
mintPublic(uint256 numberOfTokens) payable
mintReserved(address _to, uint256 numberOfTokens)
mintWhitelist(uint256 numberOfTokens, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setDaoAddress(address _daoAddress)
setFixedPrice(uint256 _fixedPrice)
setMaxByMint(uint256 _maxByMint)
setMerkleRoot(bytes32 _merkleRoot)
setProxyRegistryAddress(address _proxyRegistryAddress)
setSupply(uint256 _maxSupply, uint256 _maxReservedSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.