Vault of Satoshi
Verified contract
Active on
Ethereum with 879 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOS | ERC-20 | 328.959767K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19859114 | 7 months ago | | | 0 | 0.0013948588 | |
| 19853712 | 7 months ago | | | 0 | 0.00096957944 | |
| 19647396 | 8 months ago | | | 0 | 0.0027380100 | |
| 19032506 | 10 months ago | | | 0 | 0.00084719418 | |
| 18901216 | a year ago | | | 0 | 0.0035261497 | |
| 18657060 | a year ago | | | 0 | 0.0016997811 | |
| 18600357 | a year ago | | | 0 | 0.0010251717 | |
| 18558593 | a year ago | | | 0 | 0.00073118184 | |
| 18519303 | a year ago | | | 0 | 0.0011791486 | |
| 18519285 | a year ago | | | 0 | 0.0010180906 |
ABI
ABI objects
Getter at block 21292850
BC() view returns (address)
0xe03b2642a5111ad0efc0cbce766498c2dd562ae9
BCDividend() view returns (address)
0x3ef0486f131425f4ada5c13ef5814d86a609bc1e
BCDividendsGas() view returns (uint256)
0
allocationSum() view returns (uint256)
100
buyFee() view returns (uint256)
6
decimals() pure returns (uint8)
18
devWallet() view returns (address)
0x7af0964f4ae3213630464b318d4eb4459140f6b4
factory() view returns (address)
0x0000000000000000000000000000000000000000
getCirculatingSupply() view returns (uint256)
209893198169499936804821125
getOwner() view returns (address)
0x000000000000000000000000000000000000dead
marketingWallet() view returns (address)
0x024ec7a126362ad128aa5d9dce60654ca5d643fc
maxTx() view returns (uint256)
6300000000000000000000000
maxWallet() view returns (uint256)
6300000000000000000000000
name() pure returns (string)
Vault of Satoshi
pair() view returns (address)
0x6de5420a60dc194756fda8c4e30b755cd40dae35
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFee() view returns (uint256)
6
swapAndLiquifyEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
210000000000000000000000
symbol() pure returns (string)
VOS
toBurn() view returns (uint256)
16
toMarketing() view returns (uint256)
18
toReflections() view returns (uint256)
16
toTreasury() view returns (uint256)
50
totalSupply() view returns (uint256)
210000000000000000000000000
tradingOpen() view returns (bool)
true
treasuryWallet() view returns (address)
0x97ccc52fca75589448c92bf5ac3dfe9b29701832
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkPendingReflections(address shareholder) view returns (uint256)
isDividendExempt(address) view returns (bool)
isFeeExempt(address) view returns (bool)
isOwner(address account) view returns (bool)
isTxLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
changeBCGas(uint256 newGas)
changeFeeAllocation(uint256 newTreasuryFee, uint256 newMarketingFee, uint256 newBurnFee, uint256 newReflectionsFee)
changeIsFeeExempt(address holder, bool exempt)
changeIsTxLimitExempt(address holder, bool exempt)
changeSwapBackSettings(bool enableSwapBack, uint256 newSwapBackLimit)
changeTotalFees(uint256 newBuyFee, uint256 newSellFee)
changeTxLimit(uint256 newLimit)
changeWalletLimit(uint256 newLimit)
clearStuckEth()
enableTrading()
manualProcessGas(uint256 manualGas)
manualSwapBack()
removeStuckDividends()
satoshi()
setDevWallet(address newDevWallet)
setDistributionCriteria(uint256 newMinPeriod, uint256 newMinDistribution)
setIsDividendExempt(address holder, bool exempt)
setMarketingWallet(address newMarketingWallet)
setOwnerWallet(address newOwnerWallet)
setTreasuryWallet(address newTreasuryWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address adr)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
receive()
This contract contains no error objects.