Phemex Soul Pass
Verified contract
Active on
Ethereum with 68 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 "Phemex Soul Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16995156 | 2 years ago | | | 0 | 0.0021304557 | |
| 16988831 | 2 years ago | | | 0 | 0.0026430080 | |
| 16974977 | 2 years ago | | | 0 | 0.0023304489 | |
| 16947193 | 2 years ago | | | 0 | 0.0026329976 | |
| 16946478 | 2 years ago | | | 0 | 0.0024728195 | |
| 16946106 | 2 years ago | | | 0 | 0.0028684386 | |
| 16945914 | 2 years ago | | | 0 | 0.0026212976 | |
| 16945452 | 2 years ago | | | 0 | 0.0022725253 | |
| 16938954 | 2 years ago | | | 0 | 0.0030772544 | |
| 16938942 | 2 years ago | | | 0 | 0.0030679748 |
ABI
ABI objects
Getter at block 21215215
admin() view returns (address)
0x6b5e838e2b15aee68eb41f509101f956c4f2811f
getBaseUri() view returns (string)
https://ipfs-gateway.phemex.com/ipns/phexsbtmd.com/
minter() view returns (address)
0x0e18c99fdc7bc78d493b7f72ec67f0bffca9b2c1
name() view returns (string)
Phemex Soul Pass
paused() view returns (bool)
false
symbol() view returns (string)
PSP
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
burn(uint256 tokenId)
mint(address to, uint256 tokenId, string uri)
pause()
revoke(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string value)
transferAdmin(address newAdmin)
transferFrom(address from, address to, uint256 tokenId)
transferMinter(address newMinter)
unpause()
AdminTransferred(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseUriUpdated(string previousUri, string newUri)
MinterTransferred(address indexed previousMinter, address indexed newMinter)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.