BIGFARM Coin
Verified contract
Active on
Ethereum with 4 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 "BIGFARM Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7172689 | 6 years ago | | | 0 | 0.0021783300 | |
| 7172573 | 6 years ago | | | 0 | 0.0021809540 | |
| 7172568 | 6 years ago | | | 0 | 0.0021809540 | |
| 7172556 | 6 years ago | | | 0 | 0.0028185860 |
ABI
ABI objects
Getter at block 21315591 getBalance() view returns (uint256)
baseRate() view returns (uint256)
4000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BIGFARM Coin
owner() view returns (address)
0x6b17caaec6a0fa586b0ac83575aea26171796a6b
symbol() view returns (string)
BIF
tokenSaleClosed() view returns (bool)
false
tokenSaleHardCap() view returns (uint256)
3376050000000000000000000000
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
authorized(address) view returns (bool)
authorizedAccts(uint256) view returns (address)
authorizs(address) view returns (uint256 index, address account)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
isAuthorizedAccount(address account) view returns (bool isIndeed)
State-modifying
Events addAuthorized(address _toAdd)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
close()
collect()
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
openSale()
purchaseTokens(address _beneficiary) payable
removeAuthorized(address _toRemove)
setRatePrices(uint256 newRate)
setTokenSaleHardCap(uint256 newTokenSaleHardCap)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.