Exchange Pass
Verified contract
Active on
Ethereum with 2,324 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 "Exchange Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21027369 | a month ago | | | 0 | 0.00020190512 | |
| 21014084 | a month ago | | | 0 | 0.00039270899 | |
| 20875913 | 2 months ago | | | 0 | 0.00011775800 | |
| 20844749 | 2 months ago | | | 0 | 0.00035682961 | |
| 20817154 | 2 months ago | | | 0 | 0.00057932767 | |
| 20817154 | 2 months ago | | | 0 | 0.0010203782 | |
| 20805528 | 2 months ago | | | 0 | 0.00051204000 | |
| 20701350 | 2 months ago | | | 0 | 0.000062013242 | |
| 20700223 | 2 months ago | | | 0 | 0.000036826567 | |
| 20689822 | 2 months ago | | | 0 | 0.000040049851 |
ABI
ABI objects
Getter at block 21222242
name() view returns (string)
Exchange Pass
owner() view returns (address)
0x7bb992f84f055c868e1da4eaed44e50749d2124f
symbol() view returns (string)
PASS
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
isApprovedForAll(address, address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events adminBatchMint(address[] to, uint256 id, uint256 amount)
adminMint(address to, uint256 id, uint256 amount)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURI(uint256 tokenId, string tokenUri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed user, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.