Somnium Space Worlds
Verified contract
Active on
Ethereum with 496 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Somnium Space Worlds"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21231904 | 4 days ago | | | 0 | 0.0014717063 | |
| 21090172 | 24 days ago | | | 0 | 0.00033228277 | |
| 20909818 | 2 months ago | | | 0 | 0.00024472203 | |
| 20909811 | 2 months ago | | | 0 | 0.00055678128 | |
| 20678002 | 3 months ago | | | 0 | 0.00057819073 | |
| 20572354 | 3 months ago | | | 0 | 0.000061423990 | |
| 19789396 | 7 months ago | | | 0 | 0.00063124274 | |
| 19501870 | 8 months ago | | | 0 | 0.00065774903 | |
| 19482919 | 8 months ago | | | 0 | 0.00074817864 | |
| 19477505 | 8 months ago | | | 0 | 0.0034110737 |
ABI
ABI objects
Getter at block 21259989
name() view returns (string)
Somnium Space Worlds
symbol() view returns (string)
WORLD
totalSupply() view returns (uint256)
186
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) 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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addMinter(address account)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address to, uint256 tokenId) returns (bool)
mintWithTokenURI(address to, uint256 tokenId, string tokenURI) returns (bool)
renounceMinter()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setTokenURI(uint256 tokenId, string uri)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
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.