BrainzStaking
Verified contract
Active on
Ethereum with 818 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRAINZ | ERC-721 | 1 | -- | -- | |
BRAINZ | ERC-721 | 1 | -- | -- | |
BRAINZ | ERC-721 | 1 | -- | -- | |
BRAINZ | ERC-721 | 1 | -- | -- | |
BRAINZ | ERC-721 | 1 | -- | -- | |
BRAINZ | ERC-721 | 1 | -- | -- | |
BRAINZ | ERC-721 | 1 | -- | -- | |
BRAINZ | ERC-721 | 1 | -- | -- | |
BRAINZ | ERC-721 | 1 | -- | -- | |
BRAINZ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15169592 | 2 years ago | | | 0 | 0.00085765730 | |
| 14557181 | 3 years ago | | | 0 | 0.0049093257 | |
| 14474986 | 3 years ago | | | 0 | 0.0073524800 | |
| 14367718 | 3 years ago | | | 0 | 0.0050803115 | |
| 14352907 | 3 years ago | | | 0 | 0.0016493154 | |
| 14349293 | 3 years ago | | | 0 | 0.0048287089 | |
| 14343555 | 3 years ago | | | 0 | 0.0046899401 | |
| 14313595 | 3 years ago | | | 0 | 0.0046481311 | |
| 14311465 | 3 years ago | | | 0 | 0.0057866256 | |
| 14281818 | 3 years ago | | | 0 | 0.0030924180 |
ABI
ABI objects
Getter at block 21393400
erc20Address() view returns (address)
0xe62bab2c68b2d4c1f82a36d96b63e760295a52c2
expiration() view returns (uint256)
13616960
owner() view returns (address)
0x1d7041d90f78d4e494e1fab6b022a11ca8549d56
paused() view returns (bool)
false
rate() view returns (uint256)
2000000000000000
stakingDestinationAddress() view returns (address)
0x1710d860034b50177d793e16945b6a25c7d92476
Read-only
_depositBlocks(address, uint256) view returns (uint256)
calculateReward(address account, uint256 tokenId) view returns (uint256)
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
depositsOf(address account) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
pause()
renounceOwnership()
setExpiration(uint256 _expiration)
setRate(uint256 _rate)
transferOwnership(address newOwner)
unpause()
withdraw(uint256[] tokenIds)
withdrawTokens()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _stakingDestinationAddress, uint256 _rate, uint256 _expiration, address _erc20Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.