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 |
---|---|---|---|---|---|
FEET | ERC-20 | 4.3015K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13813676 | 6 months ago | | | 0 | 1.4852877e-7 | |
| 13813670 | 6 months ago | | | 0 | 2.4020633e-7 | |
| 13813652 | 6 months ago | | | 0 | 2.3843746e-7 | |
| 13813646 | 6 months ago | | | 0 | 2.3764673e-7 | |
| 13813630 | 6 months ago | | | 0 | 0.0000048996126 | |
| 13813580 | 6 months ago | | | 0 | 2.4020633e-7 | |
| 13813559 | 6 months ago | | | 0 | 2.3324785e-7 | |
| 13813553 | 6 months ago | | | 0 | 0.0000048996126 | |
| 13813548 | 6 months ago | | | 0 | 2.3258195e-7 | |
| 13813547 | 6 months ago | | | 0 | 0.0000048996126 |
ABI
ABI objects
Getter at block 21848398
buyFee() view returns (uint256)
1
creatorWallet() view returns (address)
0x901dabf966f016931c660ef237bddb71851b0d53
decimals() view returns (uint8)
1
name() view returns (string)
OnlyFeet
owner() view returns (address)
0x901dabf966f016931c660ef237bddb71851b0d53
sellFee() view returns (uint256)
97
symbol() view returns (string)
FEET
totalSupply() view returns (uint256)
100000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
exemptedWallets(uint256) view returns (address)
State-modifying
Events airdrop(address _to, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
buy() payable
openTrading(uint256 newBuyFee, uint256 newSellFee)
renounceOwnership()
sell(uint256 _amount)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
updateFees(uint256 newBuyFee, uint256 newSellFee)
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(address _creatorWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.