This contract is being backfilled. You may encounter incomplete storage history.

MerchPass

Verified contract

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

No balances found for "MerchPass"

0x5dd7319c98e91f58aa181795182117d75a1e28a0eb74f52f5a642417594d690e
0xf371371996e9ed63e2f9d3c8a89aeb77506b390424640f207b7b68a4b1f3647f
0x21913294fc8939c902678fac72df85c0c3e322700e6595b1553ba81d698e7759
0x0ff36088c4917fad6a8fe2c321fc6857c13d5f3695b62388bfd5f3c824eb0434
0x264b01763d306cf83469f8c262c8a4d43f42d6703002ef9d02dea81b4a9a3d5c
0x6e0308fff3c7f6e825c458a36e3b3d04b9ae6ec2f6a67b7a81f1118d36ad531c
0x38843aaf77d92a300716e9d039ab66e5013c90d775e21bbbe9e57fb779a9fcfe
0xcbb1116e5815b7118fe36aec1f08e24ad32b042c3478fbb73f5011686b5804bb
0x7f4e91f253962cc79569d84b1066f3d32b1ff719a3824ba49f314ec0694b516a
0x531de07a95143125f645278b66916b9133df0e00439a48d500a901d1b0b5c1ff

Functions
Getter at block 20799573
ipfsURI(view returns (string)
ipfs://QmNoGnFCm31Q8bBm9CfLPgQ4Q5wm6W23wvuRFJm87519AG/1.json
owner(view returns (address)
0xe9a94290c590c996c0564c9a648234874658c782
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 _tokenIdview returns (string)
State-modifying
airdrop(address[] receiversuint256[] numTokens
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
burnExternal(uint256 _amountaddress _caller
mint(address accountuint256 amount
mintFromBurn(uint256 _amountaddress _caller
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setTrunk1Address(address _trunk1Address
setURI(string _uri
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
MismatchedArrays(