Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb8a4…dcfe
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000742 |
$0 | |
SEED | ERC-20 | 5.074582M | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19407307 | 3 months ago | | | 0 | 1.9090420e-7 | |
| 19131807 | 3 months ago | | | 0 | 5.4074737e-7 | |
| 18890493 | 3 months ago | | | 0 | 4.9409209e-7 | |
| 18869738 | 3 months ago | | | 0 | 2.9975102e-7 | |
| 18318451 | 3 months ago | | | 0 | 0.000000203981693328 | |
| 17680318 | 4 months ago | | | 0 | 3.9628700e-7 | |
| 17388196 | 4 months ago | | | 0 | 9.8569822e-7 | |
| 16897185 | 4 months ago | | | 0 | 2.1418520e-7 | |
| 16887237 | 4 months ago | | | 0 | 2.2715420e-7 | |
| 16247928 | 5 months ago | | | 0 | 3.3990260e-7 |
ABI
ABI objects
Getter at block 22760862
_maxTaxSwap() view returns (uint256)
800000000000000000000000
_maxTxAmount() view returns (uint256)
100000000000000000000000000
_maxWalletSize() view returns (uint256)
100000000000000000000000000
_taxSwapThreshold() view returns (uint256)
0
bankBalance() view returns (uint256)
5074581896438619742209195
blockTime() view returns (uint256)
1732311071
claimEnable() view returns (bool)
true
claimTime() view returns (uint256)
1800
decimals() pure returns (uint8)
18
maxClaim() view returns (uint256)
50000
minBalance() view returns (uint256)
1000000000000000000000000
name() pure returns (string)
BaseVille
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardsTimer() view returns (uint256)
2592000
symbol() pure returns (string)
SEED
totalSupply() pure returns (uint256)
100000000000000000000000000
transferDelayEnabled() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
banned(address) view returns (bool)
claimDate(address) view returns (uint256)
controller(address) view returns (bool)
earned(address account) view returns (uint256)
gamePlayer(address) view returns (bool)
getStaked(address account) view returns (uint256)
isBot(address a) view returns (bool)
s_balances(address) view returns (uint256)
s_rewards(address) view returns (uint256)
stakedAt(address) view returns (uint256)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
banPlayer(address _account)
buySeeds(uint256 _amount)
claimHarvestRewards(address account, uint256 _amount)
claimStakeRewards()
manualSwap()
massAirdrop(uint256 _amount, address[] _receivers)
mintToAddress(uint256 _Amount, address _receiver)
openTrading()
removeLimits()
renounceOwnership()
setClaimState(bool _state)
setClaimTime(uint256 _time)
setController(address _account)
setMaxClaim(uint256 _amount)
setMinBalance(uint256 _amount)
setRewardsTimer(uint256 _rewardsTimer)
stake(uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unstake()
updateWhitelist(address account, bool isWhitelisted)
withdraw()
withdrawStuckBank(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Whitelisted(address indexed account, bool isWhitelisted)
constructor()
receive()
Staking__NeedsMoreThanZero()
Staking__TransferFailed()