300FIT Network
Verified contract
Active on
Ethereum with 15,005 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($23.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MIX | ERC-20 | 14.17771K | $0.001626 |
$23.05 | |
FOR | ERC-20 | 1 | $0.002456 |
$0 | |
ANW | ERC-20 | 817.4441 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053969 | a month ago | | | 0 | 0.00022861934 | |
| 20452800 | 4 months ago | | | 0 | 0.000049036000 | |
| 20373166 | 4 months ago | | | 0 | 0.0014725200 | |
| 19885878 | 6 months ago | | | 0 | 0.0016161600 | |
| 19872016 | 6 months ago | | | 0 | 0.00018670896 | |
| 19717652 | 7 months ago | | | 0 | 0.00054761133 | |
| 19481203 | 8 months ago | | | 0 | 0.00091344349 | |
| 19481171 | 8 months ago | | | 0 | 0.0013101793 | |
| 19470394 | 8 months ago | | | 0 | 0.0020569672 | |
| 19443038 | 8 months ago | | | 0 | 0.0021394465 |
ABI
ABI objects
Getter at block 21271464
airdropAmounts() view returns (uint256)
44355250000000000000000000
airdropCounts() view returns (uint256)
42
decimals() view returns (uint256)
18
isOwner() view returns (bool)
false
name() view returns (string)
300FIT Network
owner() view returns (address)
0x25d7cefe3173068488314e5ee0d366af0e3537e4
paused() view returns (bool)
false
symbol() view returns (string)
FIT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
airdrops(uint256, address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isAirdroper(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addAirdroper(address account)
addPauser(address account)
airdropTokens(uint256 _airdropNumber, address[] _receiver, uint256[] _value)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
removeAirdroper(address account)
removePauser(address account)
renounceAirdroper()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
AirdroperAdded(address indexed account)
AirdroperRemoved(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.