Beaver Points
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "Beaver Points"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Beaver Points"
ABI
ABI objects
Getter at block 23253442
decimals() pure returns (uint8)
18
name() pure returns (string)
Beaver Points
symbol() pure returns (string)
BVRP
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getPoints(uint8 action, bytes data) pure returns (uint256 points)
State-modifying
Events __RiverPoints_init(address spaceFactory)
approve(address spender, uint256 value) returns (bool)
batchMintPoints(address[] accounts, uint256[] values)
mint(address to, uint256 value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint32 version)
InterfaceAdded(bytes4 indexed interfaceId)
InterfaceRemoved(bytes4 indexed interfaceId)
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.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidReceiver(address receiver)
Initializable_InInitializingState()
Initializable_NotInInitializingState()
Introspection_AlreadySupported()
Introspection_NotSupported()
Ownable__NotOwner(address account)
Ownable__ZeroAddress()
RiverPoints__InvalidArrayLength()
RiverPoints__InvalidSpace()