SoulZ Monogatari
Verified contract
Active on
Ethereum with 7,164 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa5c8…ad8d
Balances ($0.00)
No balances found for "SoulZ Monogatari"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252479 | a day ago | | | 0 | 0.00058075686 | |
| 21250744 | 2 days ago | | | 0 | 0.00063066166 | |
| 21247192 | 2 days ago | | | 0 | 0.00065918162 | |
| 21207707 | 8 days ago | | | 0 | 0.00041806196 | |
| 21132710 | 18 days ago | | | 0 | 0.00074307192 | |
| 21089570 | 24 days ago | | | 0 | 0.00020942427 | |
| 20991538 | a month ago | | | 0 | 0.0012378728 | |
| 20852848 | 2 months ago | | | 0 | 0.00015056700 | |
| 20776878 | 2 months ago | | | 0 | 0.00045732841 | |
| 20767962 | 2 months ago | | | 0 | 0.000091447214 |
ABI
ABI objects
Getter at block 21262512
name() view returns (string)
SoulZ Monogatari
oldCollection() view returns (address)
0xa5c807a62cd6774d6bf518dd2dec0ae17446ad8d
owner() view returns (address)
0x58a1d0c5935e88f61bff7ca3830fb8b3a541824c
paused() view returns (bool)
false
symbol() view returns (string)
SLZM
totalSupply() view returns (uint256)
7776
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)
claimNFT(uint256[] tokenIds)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawToSender()
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)
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.