MirrorPass
Verified contract
Active on
Ethereum with 18,272 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 "MirrorPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102080 | 24 days ago | | | 0 | 0.00016243458 | |
| 21093061 | 25 days ago | | | 0 | 0.00025179679 | |
| 21023126 | a month ago | | | 0 | 0.00034241850 | |
| 20983101 | a month ago | | | 0 | 0.00018456600 | |
| 20810552 | 2 months ago | | | 0 | 0.00039357884 | |
| 20803891 | 2 months ago | | | 0 | 0.00028128930 | |
| 20750142 | 2 months ago | | | 0 | 0.000082881602 | |
| 20750140 | 2 months ago | | | 0 | 0.000081300876 | |
| 20648557 | 3 months ago | | | 0 | 0.000021780900 | |
| 20608637 | 3 months ago | | | 0 | 0.000043007295 |
ABI
ABI objects
Getter at block 21271678
maxPasses() view returns (uint256)
5555
maxPerTxn() view returns (uint256)
10
mintPrice() view returns (uint256)
35000000000000000
name() view returns (string)
Mirror Passes
owner() view returns (address)
0xd112a479c681caf31d9e7f99bb95ca94c9b664af
saleLive() view returns (bool)
true
symbol() view returns (string)
Mirror
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPassesFromAddress(address wallet) view returns (uint256[])
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 approve(address to, uint256 tokenId)
mintPass(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMetadata(string metadata) payable
setMintPrice(uint256 howMuch) payable
setMintSettings(bool isSaleLive, uint256 howManyPerTxn) payable
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)
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.