Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SHIB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20256250 | a month ago | | | 0 | 1.3393658e-7 | |
| 19976976 | a month ago | | | 0 | 4.2516125e-7 | |
| 19864117 | 2 months ago | | | 0 | 2.9517230e-7 | |
| 19109784 | 2 months ago | | | 0 | 0.0000055586407 | |
| 19027549 | 2 months ago | | | 0 | 0.0000055586407 | |
| 18687258 | 2 months ago | | | 0 | 0.0000055586407 | |
| 18662323 | 2 months ago | | | 0 | 0.0000056614750 | |
| 18357565 | 3 months ago | | | 0 | 0.000000206348353920 | |
| 17430275 | 3 months ago | | | 0 | 3.1946958e-7 | |
| 15907225 | 5 months ago | | | 0 | 1.4739131e-7 |
ABI
ABI objects
Getter at block 21884300
_burnFee() view returns (uint8)
0
_creator() view returns (address)
0xa959e3abb21d1365fdec1c5a6fef1d92b680a8dc
_devFee() view returns (uint8)
0
_devWalletAddress() view returns (address)
0x54495edf2b341c8998761af2b538708352568644
_maxBurnFee() view returns (uint256)
4
_maxDevFee() view returns (uint256)
4
decimals() view returns (uint8)
9
mintedByDxsale() view returns (bool)
true
mintingFinishedPermanent() view returns (bool)
true
name() view returns (string)
SHIB
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ShiBase
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
replaceDevWalletAddress(address _addr, address _newAddr)
setBurnFeePercent(uint8 burnFee)
setDevFeePercent(uint8 devFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address creator_, string name_, string symbol_, uint8 decimals_, uint256 tokenSupply_, uint8 burnFee_, uint8 devFee_, uint256 maxBurnFee_, uint256 maxDevFee_, address devWalletAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.