Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x28f1…ee56
0xe5b5…57b9
0x6fef…a7b9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPLOOT | ERC-721 | 1 | -- | -- | |
SPLOOT | ERC-721 | 1 | -- | -- | |
SPLOOT | ERC-721 | 1 | -- | -- | |
SPLOOT | ERC-721 | 1 | -- | -- | |
SPLOOT | ERC-721 | 1 | -- | -- | |
SPLOOT | ERC-721 | 1 | -- | -- | |
SPLOOT | ERC-721 | 1 | -- | -- | |
SPLOOT | ERC-721 | 1 | -- | -- | |
SPLOOT | ERC-721 | 1 | -- | -- | |
SPLOOT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17657841 | a year ago | | | 0 | 0.0018524279 | |
| 17657836 | a year ago | | | 0 | 0.0017856234 | |
| 17015840 | 2 years ago | | | 0 | 0.0031102299 | |
| 17015835 | 2 years ago | | | 0 | 0.0014029224 | |
| 17015832 | 2 years ago | | | 0 | 0.0019077187 | |
| 16895940 | 2 years ago | | | 0 | 0.0018207238 | |
| 16895934 | 2 years ago | | | 0 | 0.0025617529 | |
| 16895902 | 2 years ago | | | 0 | 0.0020189176 | |
| 16844795 | 2 years ago | | | 0 | 0.00060721928 | |
| 16844785 | 2 years ago | | | 0 | 0.00057549935 |
ABI
ABI objects
Getter at block 21424836
EMISSION_RATE() view returns (uint256)
11574074074074
checkIfAdmin() view returns (bool)
false
decimals() view returns (uint8)
18
limitPerSession() view returns (uint256)
10
name() view returns (string)
$BEEBLE
owner() view returns (address)
0x9482dd08c6324e1ab0e65009a04499005c1530da
parentNFT_A() view returns (address)
0x28f139197e8e916ca79b42935e6caceaa75dee56
parentNFT_B() view returns (address)
0xe5b52eb1250a6c860a0088a2ba275c5fed8457b9
parentNFT_C() view returns (address)
0x6fefb647395e680339badc84dc774e3ca8bca7b9
pausedStake_A() view returns (bool)
false
pausedStake_B() view returns (bool)
false
pausedStake_C() view returns (bool)
false
projectLeader() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
$BEEB
totalSupply() view returns (uint256)
7066563055555510329552
Read-only
admins(uint256) view returns (address)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateRewards(uint256[] _tokenIDs, uint256 _contract_num) view returns (uint256)
getStakedAt(uint256 _contract_num, uint256 _tokenID) view returns (uint256)
getTokenOwnerOf(uint256 _contract_num, uint256 _tokenID) view returns (address)
isOwnerOfAllStaked(address _holder, uint256 _contract_num, uint256[] _tokenIDs) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOwnerOf_A(uint256) view returns (address)
tokenOwnerOf_B(uint256) view returns (address)
tokenOwnerOf_C(uint256) view returns (address)
tokenStakedAt_A(uint256) view returns (uint256)
tokenStakedAt_B(uint256) view returns (uint256)
tokenStakedAt_C(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintTokens(address _to, uint256 _amount)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pauseStaking(uint256 _contract_num, bool _state)
renounceOwnership()
setAdmins(address[] _users)
setEmissionRate(uint256 _RatePerDay)
setLimitPerSession(uint256 _limit)
setProjectLeader(address _user)
setStakingContract(uint256 _contract_num, address _contractAddress)
stake(uint256[] _tokenIDs, uint256 _contract_num)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(uint256[] _tokenIDs, uint256 _contract_num)
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(address _parentNFT_A, address _parentNFT_B, address _parentNFT_C)
This contract contains no fallback and receive objects.
This contract contains no error objects.