RariMineV3
Verified contract
Implementation
Active on
Ethereum with 4 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
Balances ($126.83)
Native
Value
$118.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.038028 | $3,112.86 |
$118.38 | |
MATIC | ERC-20 | 18.404658 | $0.459395 |
$8.46 | |
USDT | ERC-20 | 0.000006 | $1.001 |
$0 | |
MARIO | ERC-20 | 1M | -- | -- | |
FlokiChain | ERC-20 | 32.209207 | -- | -- | |
XUSDP | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 15400362 | 2 years ago | | | 0.0172136 | 0.00034853189 | |
| 14801515 | 3 years ago | | | 0 | 0.00047810994 | |
| 14720170 | 3 years ago | | | 0 | 0.00092782856 | |
Transfer | 14638377 | 3 years ago | | | 0.0208146 | 0.00058307636 |
ABI
ABI objects
Getter at block 21229417
VERSION() view returns (uint8)
1
claimCliffWeeks() view returns (uint256)
0
claimFormulaClaim() view returns (uint256)
0
claimSlopeWeeks() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
signer() view returns (address)
0x0000000000000000000000000000000000000000
staking() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x0000000000000000000000000000000000000000
tokenOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
claimed(address) view returns (uint256)
State-modifying
Events __RariMineV3_init(address _token, address _tokenOwner, address _staking, uint256 _claimCliffWeeks, uint256 _claimSlopeWeeks, uint256 _claimFormulaClaim)
claim(struct IRariMineBalance _balance, uint8 v, bytes32 r, bytes32 s)
doOverride(struct IRariMineBalance[] _balances)
renounceOwnership()
setClaimCliffWeeks(uint256 newClaimCliffWeeks)
setClaimFormulaClaim(uint256 newClaimFormulaClaim)
setClaimSlopeWeeks(uint256 newClaimSlopeWeeks)
setSigner(address newSigner)
setStaking(address newStaking)
setTokenOwner(address newTokenOwner)
transferOwnership(address newOwner)
Claim(address indexed owner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetClaimCliffWeeks(uint256 indexed newClaimCliffWeeks)
SetClaimFormulaClaim(uint256 indexed newClaimFormulaClaim)
SetClaimSlopeWeeks(uint256 indexed newClaimSlopeWeeks)
SetNewSigner(address indexed newSigner)
SetNewStaking(address indexed newStaking)
SetNewTokenOwner(address indexed newTokenOwner)
Value(address indexed owner, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.