BIT FOODIE
Verified contract
Active on
Ethereum with 6,099 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.004556 |
$0.01 | |
BTF | ERC-20 | 500.101K | -- | -- | |
PCPL | ERC-20 | 23.1 | -- | -- | |
STW | ERC-20 | 1 | -- | -- | |
CYM | ERC-20 | 1 | -- | -- | |
PCP | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12021675 | 4 years ago | | | 0 | 0.0035070519 | |
| 10637298 | 4 years ago | | | 0 | 0.0050874030 | |
| 10617663 | 4 years ago | | | 0 | 0.0022334940 | |
| 10591863 | 4 years ago | | | 0 | 0.0024402990 | |
| 10536723 | 4 years ago | | | 0 | 0.0020680500 | |
| 10533797 | 4 years ago | | | 0 | 0.0016343820 | |
| 10501379 | 4 years ago | | | 0 | 0.0021879630 | |
| 10494816 | 4 years ago | | | 0 | 0.0037190340 | |
| 10333936 | 4 years ago | | | 0 | 0.0013649130 | |
| 10315029 | 4 years ago | | | 0 | 0.0020853570 |
ABI
ABI objects
Getter at block 21163624
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint8)
18
maximumFee() view returns (uint256)
0
minimumFee() view returns (uint256)
0
name() view returns (string)
BIT FOODIE
owner() view returns (address)
0x3d5f0d0e5773de0ea13cdb3671e1da224d2df645
symbol() view returns (string)
BTF
totalSupply() view returns (uint256)
410000000000000000000000000
Read-only
allowance(address _from, address _spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
close(address owner)
decreaseSupply(uint256 amount)
increaseSupply(uint256 amount)
setParams(uint256 newBasisPoints, uint256 newMaxFee, uint256 newMinFee)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Issue(uint256 amount)
Params(uint256 feeBasisPoints, uint256 maximumFee, uint256 minimumFee)
Redeem(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.