EverRise Rewards
Verified contract
Active on
Ethereum with 0 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 "EverRise Rewards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EverRise Rewards"
ABI
ABI objects
Getter at block 21215119
decimals() view returns (uint8)
18
name() view returns (string)
EverRise Rewards
owner() view returns (address)
0x23cd2e6b283754fd2340a75732f9ddbb5d11807e
symbol() view returns (string)
claimRISE
totalSupply() view returns (uint256)
440175165359263762212792735
veEverRise() view returns (address)
0x23cd2e6b283754fd2340a75732f9ddbb5d11807e
Read-only
allowance(address, address) pure returns (uint256)
approve(address, uint256) pure returns (bool)
balanceOf(address account) view returns (uint256)
decreaseAllowance(address, uint256) pure returns (bool)
increaseAllowance(address, uint256) pure returns (bool)
transfer(address, uint256) pure returns (bool)
transferFromWithPermit(address, address, uint256, uint256, uint8, bytes32, bytes32) pure returns (bool)
State-modifying
Events transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CallerNotOwner()
NotTransferrable()
NotZeroAddress()