Shibarium Scooper
Verified contract
Active on
Ethereum with 53 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SCOOP | ERC-20 | 560.526294K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19853855 | 6 months ago | | | 0 | 0.00023350681 | |
| 16792904 | 2 years ago | | | 0 | 0.0027759829 | |
| 16792890 | 2 years ago | | | 0 | 0.0023684096 | |
| 16792733 | 2 years ago | | | 0 | 0.0021676809 | |
| 16792709 | 2 years ago | | | 0 | 0.0029965307 | |
| 16792697 | 2 years ago | | | 0 | 0.0019924205 | |
| 16792684 | 2 years ago | | | 0 | 0.0012479103 | |
| 16792600 | 2 years ago | | | 0 | 0.0021623114 | |
| 16792590 | 2 years ago | | | 0 | 0.0064112860 | |
| 16792579 | 2 years ago | | | 0 | 0.0031933743 |
ABI
ABI objects
Getter at block 21225120
buyFee() view returns (uint8)
0
decimals() pure returns (uint8)
9
feeSplit() view returns (uint16 team, uint16 LP)
(team=3, LP=2)
maxTransaction() view returns (uint256)
100000000000000
maxWallet() view returns (uint256)
100000000000000
name() pure returns (string)
Shibarium Scooper
owner() view returns (address)
0x4af0210dfd12259f214f382f8a99cffe15182bd0
sellFee() view returns (uint8)
10
swapAtMax() view returns (uint256)
25000000000000
swapAtMin() view returns (uint256)
2500000000000
symbol() pure returns (string)
SCOOP
teamWallet() view returns (address)
0x4af0210dfd12259f214f382f8a99cffe15182bd0
totalSupply() pure returns (uint256)
5000000000000000
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 _openTrading()
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 sharesTeam)
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 team, 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.