Street Fighter
Verified contract
Active on
Ethereum with 23 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 "Street Fighter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15886309 | 2 years ago | | | 0 | 0.0018025051 | |
| 13039133 | 3 years ago | | | 0 | 0.0017786352 | |
| 13013041 | 3 years ago | | | 0 | 0.0032813440 | |
| 13001159 | 3 years ago | | | 0 | 0.0023909326 | |
| 12822177 | 3 years ago | | | 0 | 0.0053098320 | |
| 12820174 | 3 years ago | | | 0 | 0.0043806114 | |
| 12816033 | 3 years ago | | | 0 | 0.00097414900 | |
| 12814951 | 3 years ago | | | 0 | 0.0026205234 | |
| 12810197 | 3 years ago | | | 0 | 0.0021237216 | |
| 12810188 | 3 years ago | | | 0 | 0.0018584412 |
ABI
ABI objects
Getter at block 21289678
FeeAddress() view returns (address)
0x7ffa0b48afe7a95104168118c127fc714bd5d104
_BURN_FEE() view returns (uint256)
200
_CHARITY_FEE() view returns (uint256)
1000
_TAX_FEE() view returns (uint256)
500
_owner() view returns (address)
0x55a3bfe8ad6125a6d58b3e8142abfcc4a96ab41a
decimals() view returns (uint8)
9
name() view returns (string)
Street Fighter
owner() view returns (address)
0x55a3bfe8ad6125a6d58b3e8142abfcc4a96ab41a
symbol() view returns (string)
STREET
totalBurn() view returns (uint256)
129946933496627335236
totalCharity() view returns (uint256)
649734667483136676198
totalFees() view returns (uint256)
324867333741568338097
totalSupply() view returns (uint256)
4870053066503372664764
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAsCharityAccount(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFee(uint256 _txFee, uint256 _burnFee, uint256 _charityFee)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, uint256 _charityFee, address _FeeAddress, address tokenOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.