Coin98 Staking Certificate
Verified contract
Active on
Ethereum with 263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($154,999.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C98 | ERC-20 | 1.022707M | $0.151558 |
$154,999.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21067875 | 21 days ago | | | 0 | 0.0019701993 | |
| 21049134 | 23 days ago | | | 0 | 0.00077403321 | |
| 20972550 | a month ago | | | 0 | 0.0021890400 | |
| 20885376 | 2 months ago | | | 0 | 0.0011760511 | |
| 20885373 | 2 months ago | | | 0 | 0.0013160726 | |
| 20862358 | 2 months ago | | | 0 | 0.0011685477 | |
| 20845738 | 2 months ago | | | 0 | 0.0043670074 | |
| 20845618 | 2 months ago | | | 0 | 0.0016702761 | |
| 20797635 | 2 months ago | | | 0 | 0.0046752297 | |
| 20765809 | 2 months ago | | | 0 | 0.00090385239 |
ABI
ABI objects
Getter at block 21216061
baseTokenURI() view returns (string)
https://file.coin98.com/stake/eth/
name() view returns (string)
Coin98 Staking Certificate
owner() view returns (address)
0x433baf6c9dab45201d53fb99b88392c0bb20db3f
symbol() view returns (string)
C98SC
totalSupply() view returns (uint256)
134
totalToken() view returns (uint256)
134
Read-only
MetaInfos(address) view returns (uint256 total_staked, uint256 max_staked, uint256 naming_fee, uint256 id_fee, uint256 locked_time, uint256 pending_time, uint256 floating_rate, string name_prefix, string nft_prefix)
PackageInfos(string) view returns (address meta, uint256 min, uint256 max, uint256 time, uint256 rate)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getStakedInfo(uint256 tokenId) view returns (struct Coin98StakeStakeInfo)
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (struct Coin98StakeStakeInfo[])
State-modifying
Events approve(address to, uint256 tokenId)
claimPending(uint256 _tokenId)
configurePackage(string _package, uint256 _min, uint256 _max, uint256 _time, uint256 _rate)
register(string _package, address _meta, uint256 _min, uint256 _max, uint256 _time, uint256 _rate)
registerMeta(address _token, uint256 _max_staked, uint256 _naming_fee, uint256 _id_fee, uint256 _locked_time, uint256 _pending_time, uint256 _floating_rate, string _name_prefix, string _nft_prefix)
renaming(uint256 _tokenId, string _name)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
stake(uint256 _amount, string _name, string _package, uint256 _customID)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unRegister(string _package)
unstake(uint256 _tokenId)
withdraw(uint256 _amount, address _token)
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)
_claim(uint256 id, uint256 amount, uint256 time)
_renaming(uint256 id, string name)
_stake(uint256 id, bool isCustomID)
_unstake(uint256 id, uint256 amount, uint256 time)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.