Megaplex Pass
Verified contract
Active on
Ethereum with 169 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x2be2…60bd
Balances ($0.00)
No balances found for "Megaplex Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18340388 | a year ago | | | 0 | 0.00033246371 | |
| 17651068 | a year ago | | | 0.25 | 0.0013802615 | |
| 17083120 | 2 years ago | | | 0.25 | 0.0083396624 | |
| 16999649 | 2 years ago | | | 0 | 0.00097865457 | |
| 16907540 | 2 years ago | | | 0.25 | 0.0014582051 | |
| 16680448 | 2 years ago | | | 0 | 0.0016658943 | |
| 16650484 | 2 years ago | | | 0.25 | 0.0040259034 | |
| 16608269 | 2 years ago | | | 0.25 | 0.0026135764 | |
| 16580768 | 2 years ago | | | 0.25 | 0.0030156130 | |
| 16422994 | 2 years ago | | | 0.25 | 0.0021308180 |
ABI
ABI objects
Getter at block 21388673
config() view returns (uint64 ethPrice, uint16 maxMint, uint16 maxOrder, uint16 maxSupply, uint8 saleState)
(ethPrice=250000000000000000, maxMint=300, maxOrder=300, maxSupply=300, saleState=1)
defaultRoyalty() view returns (address receiver, struct RoyaltiesFraction fraction)
(receiver=0x2be23419b258c3c82ee0c0e41b4a9c600e8860bd, fraction=(1000, 10000))
name() view returns (string name_)
Megaplex Pass
owner() view returns (address)
0x22ca76c49d287dc2e802ec69ffa43503d9cb3c5a
symbol() view returns (string symbol_)
MP
tokenURIPrefix() view returns (string)
https://s3.us-west-2.amazonaws.com/media.megaplextheatres.com/web3/megaplex-pass.json?
tokenURISuffix() view returns (string)
totalSupply() view returns (uint256)
152
treasury() view returns (address)
0x2be23419b258c3c82ee0c0e41b4a9c600e8860bd
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address approver)
isApprovedForAll(address owner, address operator) view returns (bool isApproved)
isDelegate(address addr) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address owner)
owners(address) view returns (uint16 balance, uint16 purchased)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokens(uint256) view returns (address)
walletOfOwner(address account) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint16 quantity) payable
mintTo(uint16[] quantity, address[] recipient) payable
renounceOwnership()
safeTransferBatch(address from, address to, uint256[] tokenIds, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setConfig(struct MegaplexPassMintConfig newConfig)
setDefaultRoyalty(uint16 feeNumerator, uint16 feeDenominator)
setDelegate(address addr, bool isDelegate_)
setTokenURI(string prefix, string suffix)
setTreasury(address newTreasury)
transferBatch(address from, address to, uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.