SERAPHPriorityPass
Verified contract
Active on
Ethereum with 4,653 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 "SERAPHPriorityPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21132191 | 4 days ago | | | 0 | 0.0014531749 | |
| 21013723 | 20 days ago | | | 0 | 0.00019403051 | |
| 21000556 | 22 days ago | | | 0 | 0.0046429786 | |
| 20997900 | 23 days ago | | | 0 | 0.00023469857 | |
| 20919561 | a month ago | | | 0 | 0.00099636114 | |
| 20917276 | a month ago | | | 0 | 0.00079289000 | |
| 20914542 | a month ago | | | 0 | 0.0018123511 | |
| 20810518 | 2 months ago | | | 0 | 0.0011364723 | |
| 20745421 | 2 months ago | | | 0 | 0.000065714888 | |
| 20713888 | 2 months ago | | | 0 | 0.00086650570 |
ABI
ABI objects
Getter at block 21159451
MAX_SUPPLY() view returns (uint256)
999
name() view returns (string)
SERAPHPriorityPass
owner() view returns (address)
0xe63ba9c74c5bf26bc446e3faa3c4f9ccea3ecf9b
symbol() view returns (string)
SPP
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWhitelistMintAllowance(address account) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events addWhitelist(address account, uint256 mintAllowance)
approve(address to, uint256 tokenId)
batchMint(address toAddress, uint256 mintAmount)
mint(address toAddress)
removeWhitelist(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawERC20(address token, uint256 amount)
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(string name, string symbol, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.