CRFTDStakingToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Inferred storage
Map
Table
Raw
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 "CRFTDStakingToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CRFTDStakingToken"
ABI
ABI objects
Getter at block 21078197
DOMAIN_SEPARATOR() view returns (bytes32)
0x55f07828e0493984724670b66653d926df52cdb0975944bf7e2c6b1fee0909e1
decimals() view returns (uint8)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
rewardDailyRate() pure returns (uint256)
10000000000000000
rewardEndDate() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address operator) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getDailyReward(address user) view returns (uint256)
nonces(address owner) view returns (uint256)
ownerOf(address collection, uint256 id) view returns (address)
pendingReward(address owner) view returns (uint256)
rewardRate(address collection) view returns (uint256)
stakedIdsOf(address collection, address user, uint256 collectionSize) view returns (uint256[] stakedIds)
totalBalanceOf(address owner) view returns (uint256)
State-modifying
Events airdrop(address[] tos, uint256[] amounts)
approve(address operator, uint256 amount) returns (bool)
claimReward()
init(string name, string symbol)
permit(address owner, address operator, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s_)
registerCollection(address collection, uint200 rate)
setRewardEndDate(uint256 endDate)
stake(address collection, uint256[] tokenIds)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(address collection, uint256[] tokenIds)
upgradeToAndCall(address logic, bytes data)
Approval(address indexed owner, address indexed operator, uint256 amount)
CollectionRegistered(address indexed collection, uint256 rewardRate)
OwnerChanged(address oldOwner, address newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
CallerNotOwner()
CollectionAlreadyRegistered()
CollectionNotRegistered()
DeadlineExpired()
DelegateCallNotAllowed()
IncorrectOwner()
InvalidSigner()
InvalidUUID()
NotAContract()
ZeroReward()