Ready to Fight
Verified contract
Active on
Ethereum with 831 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Ready to Fight"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163065 | a day ago | | | 0 | 0.00034799194 | |
| 21163033 | a day ago | | | 0 | 0.00069457888 | |
| 21163012 | a day ago | | | 0 | 0.00034581732 | |
| 21162996 | a day ago | | | 0 | 0.00070783669 | |
| 21159983 | a day ago | | | 0 | 0.00061224507 | |
| 21159953 | a day ago | | | 0 | 0.0013235020 | |
| 21145020 | 3 days ago | | | 0 | 0.00043975459 | |
| 21145019 | 3 days ago | | | 0 | 0.00078100818 | |
| 21144985 | 3 days ago | | | 0 | 0.00079524150 | |
| 21140273 | 4 days ago | | | 0 | 0.00097959930 |
ABI
ABI objects
Getter at block 21170078
decimals() view returns (uint8)
18
name() view returns (string)
Ready to Fight
symbol() view returns (string)
RTF
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner, uint256 _supply)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)