TheSevensDojoV2
Verified contract
Active on
Ethereum with 2,243 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2e59…6ccc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
7COMP | ERC-721 | 1 | -- | -- | |
7COMP | ERC-721 | 1 | -- | -- | |
7COMP | ERC-721 | 1 | -- | -- | |
7COMP | ERC-721 | 1 | -- | -- | |
7COMP | ERC-721 | 1 | -- | -- | |
7COMP | ERC-721 | 1 | -- | -- | |
7COMP | ERC-721 | 1 | -- | -- | |
7COMP | ERC-721 | 1 | -- | -- | |
7COMP | ERC-721 | 1 | -- | -- | |
7COMP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18135394 | a year ago | | | 0 | 0.024460793 | |
| 18086724 | a year ago | | | 0 | 0.0039562445 | |
| 16835663 | 2 years ago | | | 0 | 0.0045168590 | |
| 16676061 | 2 years ago | | | 0 | 0.0046280983 | |
| 16625432 | 2 years ago | | | 0 | 0.0031451260 | |
| 16541958 | 2 years ago | | | 0 | 0.0048604306 | |
| 16144202 | 2 years ago | | | 0 | 0.0026548286 | |
| 16078893 | 2 years ago | | | 0 | 0.0016006650 | |
| 16013367 | 2 years ago | | | 0 | 0.0023686564 | |
| 15728174 | 2 years ago | | | 0 | 0.0065175213 |
ABI
ABI objects
Getter at block 21337440
emergency() view returns (bool)
false
owner() view returns (address)
0x0d3febb416dffbac458788f05262beaf6678583d
paused() view returns (bool)
false
Read-only
addressToPendingClaim(address) view returns (uint256)
companionsTokensStaked(address) view returns (uint256)
getClaimAmount(address addr, bool perDay) view returns (uint256)
lastClaimOfOwner(address) view returns (uint256)
ownerOfCompanionsToken(uint256) view returns (address)
ownerOfSevensToken(uint256) view returns (address)
sevensTokensStaked(address) view returns (uint256)
walletOfOwner(address addr) view returns (uint256[] companionsTokens, uint256[] sevensTokens)
State-modifying
Events claim()
emergencyWithdrawCompanion(uint256 tokenId)
emergencyWithdrawSevens(uint256 tokenId)
flipEmergency()
flipPause()
renounceOwnership()
setRewardContract(address rewardContract_)
stakeAndUnstake(uint256[] companionsStakes, uint256[] companionsUnstakes, uint256[] sevensStakes, uint256[] sevensUnstakes, bool claimTokens)
transferOwnership(address newOwner)
withdrawReward(uint256 amount)
ClaimedReward(address indexed from, uint256 amount, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakedCompanions(address indexed from, uint256 indexed tokenId, uint256 timestamp)
StakedSevens(address indexed from, uint256 indexed tokenId, uint256 timestamp)
UnstakedCompanions(address indexed from, uint256 indexed tokenId, uint256 timestamp)
UnstakedSevens(address indexed from, uint256 indexed tokenId, uint256 timestamp)
constructor(address rewardContract_, address sevensContract_, address companionsContract_)
This contract contains no fallback and receive objects.
This contract contains no error objects.