ShitcoinCorp
Verified contract
Active on
Ethereum with 570 txns
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 "ShitcoinCorp"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18132774 | a year ago | | | 0 | 0.00050433444 | |
| 18132747 | a year ago | | | 0 | 0.00056270570 | |
| 17429670 | a year ago | | | 0 | 0.0014145000 | |
| 17408685 | a year ago | | | 0 | 0.00060380702 | |
| 17381814 | a year ago | | | 0 | 0.00075229877 | |
| 17381812 | a year ago | | | 0 | 0.00076285367 | |
| 17381805 | a year ago | | | 0 | 0.00075256168 | |
| 17381798 | a year ago | | | 0 | 0.00071113862 | |
| 17272918 | 2 years ago | | | 0 | 0.0032703140 | |
| 17228942 | 2 years ago | | | 0 | 0.0015867865 |
ABI
ABI objects
Getter at block 21265161
decimals() view returns (uint8)
18
maxHoldingAmount() view returns (uint256)
4200000000000000000000000000
name() view returns (string)
ShitcoinCorp
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x9e3721defeeba5cc05417d9e4e1fdbbbc3b5c8bb
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
HIT
totalSupply() view returns (uint256)
420000000000000000000000000000
transferDelay() view returns (bool)
false
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMaxWallet(uint256 _maxHoldingAmount)
setPair(address _pair)
setRouter(address _routerAddress)
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(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.