Superlative Staking
Verified contract
Active on
Ethereum with 1,017 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1e87…8c27
0x9fb2…404f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SLAPE | ERC-721 | 1 | -- | -- | |
SLAPE | ERC-721 | 1 | -- | -- | |
SLAPE | ERC-721 | 1 | -- | -- | |
SLAPE | ERC-721 | 1 | -- | -- | |
SLAPE | ERC-721 | 1 | -- | -- | |
SLAPE | ERC-721 | 1 | -- | -- | |
SLAPE | ERC-721 | 1 | -- | -- | |
SLAPE | ERC-721 | 1 | -- | -- | |
SLAPE | ERC-721 | 1 | -- | -- | |
SLAPE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15437680 | 2 years ago | | | 0 | 0.012214994 | |
| 15437650 | 2 years ago | | | 0 | 0.010252107 | |
| 15437617 | 2 years ago | | | 0 | 0.016422190 | |
| 15066885 | 2 years ago | | | 0 | 0.00077143213 | |
| 15066882 | 2 years ago | | | 0 | 0.00044286243 | |
| 15066869 | 2 years ago | | | 0 | 0.0016603226 | |
| 15066867 | 2 years ago | | | 0 | 0.0010576010 | |
| 15060108 | 2 years ago | | | 0 | 0.0036272271 | |
| 15060094 | 2 years ago | | | 0 | 0.0028627692 | |
| 15042696 | 2 years ago | | | 0 | 0.010278092 |
ABI
ABI objects
Getter at block 21286430
APE_RATE() view returns (uint256)
10000000000000000000
GOLD_RATE() view returns (uint256)
20000000000000000000
MUTANT_M3_RATE() view returns (uint256)
20000000000000000000
MUTANT_RATE() view returns (uint256)
5000000000000000000
ReservedForLiquidity() view returns (uint256)
888888000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Superlative Staking
owner() view returns (address)
0x26f3103bf9721c07c89ac0151972398fd0cf679e
returnStakedTokens() view returns (uint256[])
[]
returnStakedTokensMutant() view returns (uint256[])
[]
stakedWalletsLength() view returns (uint256)
309
superlativeApesContract() view returns (address)
0x1e87ee9249cc647af9edeecb73d6b76af14d8c27
superlativeMutantContract() view returns (address)
0x9fb2eeb75754815c5cc9092cd53549cea5dc404f
symbol() view returns (string)
SLAPE
totalSupply() view returns (uint256)
987408000000000000000000
viewRewardTotal() view returns (uint256)
0
viewRewardTotalMutant() view returns (uint256)
0
Read-only
GOLD_APES(uint256) view returns (uint256)
M3(uint256) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
howManyDaysStaked(uint256 tokenId) view returns (uint256)
howManyDaysStakedMutant(uint256 tokenId) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
stakedDays(uint256) view returns (uint256)
stakedMutantDays(uint256) view returns (uint256)
stakedWalletMutant(uint256) view returns (address)
stakedWalletSlape(uint256) view returns (address)
totalStakedMutantTokens(address) view returns (uint256)
totalStakedTokens(address) view returns (uint256)
State-modifying
Events StakeYourMutant(uint256[] tokenID)
StakeYourSlape(uint256[] tokenID)
approve(address spender, uint256 amount) returns (bool)
claimTokens()
claimTokensMutants()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
teamMint(uint256 totalAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unStakeYourMutant(uint256[] tokenID)
unStakeYourSlape(uint256[] tokenID)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.