RLYP_SS_v1.0
Verified contract
Active on
Ethereum with 156 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($204.46)
Native
Value
$204.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.065 | $3,145.55 |
$204.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16244515 | 2 years ago | | | 0 | 0.0012248894 | |
| 15190426 | 2 years ago | | | 0 | 0.00023824257 | |
| 15190426 | 2 years ago | | | 0 | 0.00041454792 | |
| 15183382 | 2 years ago | | | 0 | 0.00068923097 | |
| 14927393 | 2 years ago | | | 0 | 0.0055344870 | |
| 14913995 | 2 years ago | | | 0 | 0.0011804864 | |
| 14913719 | 2 years ago | | | 0 | 0.0014168469 | |
| 14913550 | 2 years ago | | | 0 | 0.0036392072 | |
| 14822575 | 2 years ago | | | 0 | 0.0025399174 | |
| 14784739 | 2 years ago | | | 0 | 0.0031866836 |
ABI
ABI objects
Getter at block 21187260
baseCost() view returns (uint256)
100000000000000
baseExtension() view returns (string)
.json
name() view returns (string)
RLYP_SS_v1.0
owner() view returns (address)
0x658ad7a8490a8c89025f19fafc5d5d8ab23bbe31
symbol() view returns (string)
RLYP
totalSupply() view returns (uint256)
118
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenInfo(uint256) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
exchange() returns (uint256)
mint(uint256 cost) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.