MintDrop
Verified contract
Active on
Ethereum with 3,910 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($79,604.35)
Native
Value
$79,604.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 24.838712 | $3,204.85 |
$79,604.35 | |
PSK | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16926646 | 2 years ago | | | 0.5 | 0.0019280824 | |
| 16905522 | 2 years ago | | | 0.2 | 0.0024223194 | |
| 16901785 | 2 years ago | | | 0.1 | 0.0010597316 | |
| 16899278 | 2 years ago | | | 0.1 | 0.0018843399 | |
| 16830364 | 2 years ago | | | 0.1 | 0.0016097304 | |
| 16815926 | 2 years ago | | | 0.1 | 0.0016123174 | |
| 16815825 | 2 years ago | | | 0.1 | 0.0026671524 | |
| 16650216 | 2 years ago | | | 0.1 | 0.0033657554 | |
| 16537083 | 2 years ago | | | 0.109857 | 0.0024288915 | |
| 16525953 | 2 years ago | | | 0.1008 | 0.0010084782 |
ABI
ABI objects
Getter at block 21161400
BONUS_DURATION() view returns (uint256)
2764800
MAX_CLAIM_DURATION() view returns (uint256)
691200
TOTAL_BNC_REWARDS() view returns (uint256)
100000000000000000000000
bonusStartAt() view returns (uint256)
1606467600
claimedRewards() view returns (uint256)
74976801589842065203585
depositAddress() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
getTotalRewards() view returns (uint256)
100000000000000000000000
owner() view returns (address)
0x981d04a5b466d322da5443aede52cf0374945ad9
totalDeposit() view returns (uint256)
18136838712360022189561
totalLocked() view returns (uint256)
18112000000000000000000
vETHAddress() view returns (address)
0xc3d088842dcf02c13699f936bb83dfbbc6f721ab
withdrawLocked() view returns (bool)
true
Read-only
bifrostAddress(address) view returns (string)
getIncrementalRewards(address target) view returns (uint256)
getRewards(address target) view returns (uint256)
myDeposit(address) view returns (uint256)
myLastClaimedAt(address) view returns (uint256)
myRewards(address) view returns (uint256)
State-modifying
Events bindBifrostAddress(string bifrostAddress_)
claimRewards()
deposit() payable
lockForValidator(bytes pubkey, bytes withdrawal_credentials, bytes signature, bytes32 deposit_data_root)
lockWithdraw()
renounceOwnership()
transferOwnership(address newOwner)
unlockWithdraw()
withdraw(uint256 amount)
BindAddress(address indexed sender, string bifrostAddress)
Claimed(address indexed sender, uint256 amount, uint256 claimed)
Deposit(address indexed sender, uint256 amount)
NewValidator(bytes little_endian_deposit_count)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawal(address indexed sender, uint256 amount)
constructor(address vETHAddress_, address depositAddress_, uint256 bonusStartAt_)
This contract contains no fallback and receive objects.
This contract contains no error objects.