RSS3 Whitepaper
Verified contract
Active on
Ethereum with 5,044 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 "RSS3 Whitepaper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164179 | 11 days ago | | | 0 | 0.00075680666 | |
| 21135093 | 15 days ago | | | 0 | 0.00043018029 | |
| 21005693 | a month ago | | | 0 | 0.00021099585 | |
| 21005691 | a month ago | | | 0 | 0.00019687854 | |
| 21005689 | a month ago | | | 0 | 0.00021223940 | |
| 20982982 | a month ago | | | 0 | 0.00021160931 | |
| 20849824 | 2 months ago | | | 0 | 0.00020709921 | |
| 20711208 | 2 months ago | | | 0 | 0.000080872149 | |
| 20654510 | 3 months ago | | | 0 | 0.000041743721 | |
| 20651089 | 3 months ago | | | 0 | 0.000049622324 |
ABI
ABI objects
Getter at block 21243915
MAX_SUPPLY() view returns (uint256)
2048
name() view returns (string)
RSS3 Whitepaper
owner() view returns (address)
0x8c23b96f2fb77aae1ac2832debee30f09da7af3c
symbol() view returns (string)
RWP
totalSupply() view returns (uint256)
2048
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (bool)
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)
mint(uint256 salt, bytes sig)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setSigner(address account)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.