ScratchSwap
Verified contract
Active on
Ethereum with 484 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe6db…1a53
0x043b…bf0d
4 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,602.83 |
$0 | |
SCRATCH | ERC-20 | 23.903569 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20319734 | 4 months ago | | | 0 | 0.00020433651 | |
| 20319726 | 4 months ago | | | 0 | 0.00019655994 | |
| 19853895 | 7 months ago | | | 0 | 0.00024316943 | |
| 18366788 | a year ago | | | 0 | 0.00024946392 | |
| 18062164 | a year ago | | | 0 | 0.00033082344 | |
| 18062163 | a year ago | | | 0 | 0.00034126288 | |
| 17461395 | a year ago | | | 0 | 0.00043193378 | |
| 17165704 | 2 years ago | | | 0 | 0.0027744216 | |
| 17016443 | 2 years ago | | | 0 | 0.00047246113 | |
| 16954070 | 2 years ago | | | 0 | 0.00091799518 |
ABI
ABI objects
Getter at block 21296431
buyFee() view returns (uint8)
3
decimals() pure returns (uint8)
9
developmentWallet() view returns (address)
0x043b8452dc6892357efacdc11f9cd326cd89bf0d
feeSplit() view returns (uint16 marketing, uint16 development, uint16 LP)
(marketing=6, development=4, LP=0)
marketingWallet() view returns (address)
0xe6db4220a5b55691d17b947a75d2b0281a8a1a53
maxTransaction() view returns (uint256)
30000000000001
maxWallet() view returns (uint256)
30000000000001
name() pure returns (string)
ScratchSwap
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint8)
3
swapAtMax() view returns (uint256)
2500000000000
swapAtMin() view returns (uint256)
100000000000
symbol() pure returns (string)
SCRATCH
totalSupply() pure returns (uint256)
1000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exemptFromFees(address wallet) view returns (bool)
exemptFromLimits(address wallet) view returns (bool)
State-modifying
Events addLiquidity() payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
manualTaxSwapAndSend(uint8 swapTokenPercent, bool sendEth)
renounceOwnership()
setExempt(address wallet, bool noFees, bool noLimits)
setFeeSplit(uint16 sharesAutoLP, uint16 sharesMarketing, uint16 sharesDevelopment)
setFees(uint8 buy, uint8 sell)
setLimits(uint16 maxTransactionPermille, uint16 maxWalletPermille)
setTaxSwap(uint32 minValue, uint32 minDivider, uint32 maxValue, uint32 maxDivider)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateWallets(address marketing, address development, address LPtokens)
Approval(address indexed _owner, address indexed spender, uint256 value)
OwnershipTransferred(address _owner)
TokensAirdropped(uint256 totalWallets, uint256 totalTokens)
TokensBurned(address indexed burnedByWallet, uint256 tokenAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.