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 |
---|---|---|---|---|---|
SHAD | ERC-20 | 29.764101M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20331780 | 2 months ago | | | 0 | 3.4114980e-7 | |
| 12171160 | 8 months ago | | | 0 | 0.0000034236563 | |
| 12170828 | 8 months ago | | | 0 | 0.0000034897469 | |
| 12170785 | 8 months ago | | | 0 | 0.0000036997357 | |
| 12170748 | 8 months ago | | | 0 | 0.0000034897469 | |
| 12170743 | 8 months ago | | | 0 | 0.0000081491819 | |
| 12170722 | 8 months ago | | | 0 | 0.0000081491819 | |
| 12170707 | 8 months ago | | | 0 | 0.0000034897469 | |
| 12170700 | 8 months ago | | | 0 | 0.00023876768 | |
| 12170670 | 8 months ago | | | 0 | 0.0000034897469 |
ABI
ABI objects
Getter at block 23218629
buyFee() view returns (uint256)
0
creatorWallet() view returns (address)
0x8104ae252ab0d691bf27b89328604834f4da88e8
decimals() view returns (uint8)
18
name() view returns (string)
ShadBase
owner() view returns (address)
0x8104ae252ab0d691bf27b89328604834f4da88e8
sellFee() view returns (uint256)
95
symbol() view returns (string)
SHAD
totalSupply() view returns (uint256)
690000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
renounceOwnership()
setNewFee(uint256 newBuyFee, uint256 newSellFee)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.