Somnium Space Items
Verified contract
Active on
Ethereum with 591 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 "Somnium Space Items"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20956116 | a month ago | | | 0 | 0.00046698034 | |
| 20956079 | a month ago | | | 0 | 0.0011754111 | |
| 20093070 | 5 months ago | | | 0 | 0.00015669558 | |
| 19694363 | 7 months ago | | | 0 | 0.00077893005 | |
| 19015060 | 10 months ago | | | 0 | 0.00097605839 | |
| 18918610 | 10 months ago | | | 0 | 0.0010573191 | |
| 18907538 | 10 months ago | | | 0 | 0.00032519105 | |
| 18656079 | a year ago | | | 0 | 0.0029523167 | |
| 18655402 | a year ago | | | 0 | 0.0023978622 | |
| 18654733 | a year ago | | | 0 | 0.0021011832 |
ABI
ABI objects
Getter at block 21168711
isOwner() view returns (bool)
false
name() view returns (string)
Somnium Space Items
owner() view returns (address)
0xb98cdacd006b9d47c37ca63cc86f916ee23fc550
symbol() view returns (string)
ITEM
totalSupply() view returns (uint256)
390
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenURL(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address account)
approve(address to, uint256 tokenId)
mintWithTokenURI(address to, uint256 tokenId, string tokenURI, string tokenURLSomnium) returns (bool)
renounceMinter()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
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.