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 "Force"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20525792 | 4 months ago | | | 0 | 0.00013570660 | |
| 17463969 | a year ago | | | 0 | 0.0010218764 | |
| 15357293 | 2 years ago | | | 0 | 0.00053331635 | |
| 12644073 | 3 years ago | | | 0 | 0.00073241300 | |
| 12167897 | 4 years ago | | | 0 | 0.0092950671 | |
| 11081743 | 4 years ago | | | 0 | 0.0013105471 | |
| 10658000 | 4 years ago | | | 0 | 0.0 | |
| 10649370 | 4 years ago | | | 0 | 0.0 | |
| 10647754 | 4 years ago | | | 0 | 0.0 | |
| 10647754 | 4 years ago | | | 0 | 0.0 |
ABI
ABI objects
Getter at block 21385603
decimals() view returns (uint8)
18
name() view returns (string)
Force
owner() view returns (address)
0xae2e04adeb57908dd08c291600ce20056bcce102
symbol() view returns (string)
FORCE
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintToggle(bool status) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transfer(address to, uint256 value, bytes data) returns (bool)
transferFrom(address _from, address _to, uint256 _amount, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintToggle(bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.