Fairox Membership Coin
Verified contract
Active on
Ethereum with 10,791 txns
Balances ($0.00)
No balances found for "Fairox Membership Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20481107 | 4 months ago | | | 0 | 0.000081443416 | |
| 20481102 | 4 months ago | | | 0 | 0.000076294974 | |
| 19140776 | 10 months ago | | | 0 | 0.00090015116 | |
| 17777891 | a year ago | | | 0 | 0.0017111514 | |
| 17777891 | a year ago | | | 0 | 0.0017117440 | |
| 17777890 | a year ago | | | 0 | 0.0016531076 | |
| 17777890 | a year ago | | | 0 | 0.0016531076 | |
| 17668856 | a year ago | | | 0 | 0.0012984589 | |
| 17668856 | a year ago | | | 0 | 0.00086941121 | |
| 17668856 | a year ago | | | 0 | 0.00086971230 |
ABI
ABI objects
Getter at block 21278552
cap() view returns (uint256)
25000000000000000000000000
decimals() view returns (uint8)
18
getNextExtractionAvailable() view returns (uint256)
1645569962
last_extracted() view returns (uint256)
1614033962
name() view returns (string)
Fairox Membership Coin
owner() view returns (address)
0xb582f049fade1cc1854b69bf6ee7c8fe82002650
symbol() view returns (string)
FOMC
totalSupply() view returns (uint256)
18335243000000000000000000
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)
burn(uint256 _amount) returns (bool)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
extract()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
proposeOwner(address _proposedOwner)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address indexed burner, uint256 amount)
Extracted(address indexed rewarded, uint256 amount)
Minted(address indexed rewarded, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.