ShibUtility
Verified contract
Active on
Ethereum with 330 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIBU | ERC-20 | 91.440101K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16958959 | 2 years ago | | | 0 | 0.00048737234 | |
| 16952696 | 2 years ago | | | 0 | 0.00087128016 | |
| 16952681 | 2 years ago | | | 0 | 0.00097806795 | |
| 16952666 | 2 years ago | | | 0 | 0.00087599138 | |
| 16952653 | 2 years ago | | | 0 | 0.00088951266 | |
| 16862361 | 2 years ago | | | 0 | 0.00068230401 | |
| 16852001 | 2 years ago | | | 0 | 0.00084165109 | |
| 16811262 | 2 years ago | | | 0 | 0.00085131262 | |
| 16676916 | 2 years ago | | | 0 | 0.0015752320 | |
| 16676539 | 2 years ago | | | 0 | 0.0012252502 |
ABI
ABI objects
Getter at block 21202172
decimals() view returns (uint8)
18
liquidityFee() view returns (uint256)
1
marketMakerPair() view returns (address)
0xd261df475e408e1e371444db0a6ed41874e79300
marketMakerRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
name() view returns (string)
ShibUtility
owner() view returns (address)
0xae18f486ef6be4de1d8b5abfc4591a95900fd902
paused() view returns (bool)
false
symbol() view returns (string)
SHIBU
totalFees() view returns (uint256)
5
totalSupply() view returns (uint256)
40000000000000000000000000
treasury() view returns (address)
0x3f627715f9fba6ff15e87f93e3f40c30820e7025
treasuryFee() view returns (uint256)
4
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
clearStuckBalance(uint256 percent)
clearStuckToken(address token, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
setFeeExempt(address wallet, bool status)
setFees(uint256 newLiquidityFee, uint256 newTreasuryFee)
setMaxTx(uint256 percent)
setMaxTxExempt(address wallet, bool status)
setMaxWallet(uint256 percent)
setMaxWalletExempt(address wallet, bool status)
setMultipliers(uint256 buyMultiplier, uint256 sellMultiplier, uint256 transferMultiplier)
setPauseExempt(address wallet, bool status)
setSwapAndLiqInjectThreshold(uint256 amount)
setTreasury(address newTreasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetFees(uint256 buy, uint256 sell, uint256 transfer)
SetMaxTx(uint256 amount)
SetMaxWallet(uint256 amount)
SetSwapAndLiqInjectThreshold(uint256 threshold)
SetTreasury(address indexed treasury)
SwapAndLiqInject(uint256 amountTreasury, uint256 amountLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
receive()
This contract contains no error objects.