Bullies_Staking
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
0x0000…0000
Balances ($0.00)
No balances found for "Bullies_Staking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Bullies_Staking"
ABI
ABI objects
Getter at block 23188224
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
claimEnabled() view returns (bool)
false
nftContract() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
stakingEnabled() view returns (bool)
false
tokenContract() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
claimableBonesFor(uint256 tokenId) view returns (uint256)
stakedTokens(uint256) view returns (uint256 stakeDate, uint256 lastClaim, address stakerAddress, uint256 tierId)
team(address) view returns (bool)
tierDuration(uint256) view returns (uint256)
tierRate(uint256) view returns (uint256)
tokensDetails(uint256[] tokens) view returns (struct Bullies_Stakingtoken[])
tokensOwnedBy(address owner) view returns (uint256[])
tokensStakedBy(address owner) view returns (uint256[])
State-modifying
Events changeLastClaim(uint256 tokenId, uint256 lastClaim)
changeNFTContract(address newContract)
changeStakersAddresses(uint256[] tokenIds, address[] newStakers)
changeTierDuration(uint256 tierId, uint256 newDuration)
changeTierId(uint256 tokenId, uint256 tierId)
changeTierRate(uint256 tierId, uint256 newHoursCount)
changeTokenContract(address newContract)
claimBones(uint256[] tokenIds)
editStakingData(uint256[] tokenIds, struct Bullies_Stakingtoken[] newData)
forceUnstake(uint256[] tokenIds)
initialize(address initialOwner)
renounceOwnership()
stake(uint256[] tokenIds, uint256 tierId)
toggleClaim()
toggleStaking()
toggleTeamAddress(address teamAddress)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)