Seraph Soul Series
Verified contract
Active on
Ethereum with 4,836 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 "Seraph Soul Series"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265007 | 11 hours ago | | | 0 | 0.0017590408 | |
| 21257993 | a day ago | | | 0 | 0.00099462452 | |
| 21257985 | a day ago | | | 0 | 0.00090263045 | |
| 21257976 | a day ago | | | 0 | 0.00095125971 | |
| 21257959 | a day ago | | | 0 | 0.0011024374 | |
| 21257952 | a day ago | | | 0 | 0.0010521766 | |
| 21257936 | a day ago | | | 0 | 0.0011393523 | |
| 21257911 | a day ago | | | 0 | 0.0010240735 | |
| 21257801 | a day ago | | | 0 | 0.0013329977 | |
| 21257793 | a day ago | | | 0 | 0.0012062066 |
ABI
ABI objects
Getter at block 21268152
MAX_SUPPLY() view returns (uint256)
6000
getTimeAdmin() view returns (address)
0x0000000000000000000000000000000000000000
getTransferStartTime() view returns (uint256)
1709211600
name() view returns (string)
Seraph Soul Series
owner() view returns (address)
0xe63ba9c74c5bf26bc446e3faa3c4f9ccea3ecf9b
symbol() view returns (string)
SOUL
totalSupply() view returns (uint256)
6000
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)
batchTransferFrom(address from, address to, uint256[] tokenIds)
mint(address to, uint256 tokenId)
mintTokens(address[] recipients, uint256[] tokenIds)
removeWhitelist(address account)
renounceOwnership()
renounceTimeAdmin()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseTokenURI)
setTransferStartTime(uint256 transferStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEther(address to)
withdrawNFT(address nft, uint256 tokenId, address to)
withdrawTokens(address token, uint256 amount, address to)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.