Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WFIRE | ERC-20 | 80.055608 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20429078 | 4 months ago | | | 0 | 0.00041262918 | |
| 20174496 | 5 months ago | | | 0 | 0.000051315330 | |
| 17575596 | a year ago | | | 0 | 0.00057664436 | |
| 17539662 | a year ago | | | 0 | 0.00058394466 | |
| 17539649 | a year ago | | | 0 | 0.00064448675 | |
| 17539627 | a year ago | | | 0 | 0.00065819720 | |
| 17539599 | a year ago | | | 0 | 0.00070731511 | |
| 17526530 | a year ago | | | 0 | 0.00063241058 | |
| 17524674 | a year ago | | | 0 | 0.0013323247 | |
| 17514063 | a year ago | | | 0 | 0.00054647330 |
ABI
ABI objects
Getter at block 21222511
decimals() pure returns (uint8)
18
getReflectingSupply() view returns (uint256)
98828338863870126431678
getTokensBurnt() view returns (uint256)
69229269560785402271620
getTokensReflected() view returns (uint256)
1090666891260999098459
launched() view returns (bool)
true
limited() view returns (bool)
false
name() pure returns (string)
Wildfire
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
WFIRE
totalSupply() pure returns (uint256)
100000000000000000000000
viewTaxes() view returns (uint8 buyTax, uint8 saleTax)
(buyTax=4, saleTax=4)
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceDetailOf(address account) view returns (uint256 baseBalance, uint256 reflectBalance)
balanceOf(address account) view returns (uint256)
reflectsOf(address account) view returns (uint256)
State-modifying
Events allowTrading(address tradingPair)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
conflagration(uint256 amount)
launchFunds() returns (bool success)
renounceOwnership()
setBuyTax(uint8 buyTax)
setCannotReflect(address account, bool cannot)
setIsBurner(address b, bool isb)
setLaunchBots(address[] addresses)
setMalicious(address account, bool ism)
setRouter(address r)
setSaleTax(uint8 saleTax)
setSwapConfig(uint128 minTokens, uint128 amount)
setTradingPair(address tradingPair)
setUnlimited()
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)
Burning(uint256 timestamp, uint256 tokenAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address router)
receive()
ExceedsAllowance()
ExceedsBalance()
ExceedsLimit()
NoPermission()
NotTradeable()