FlashToken
Verified contract
Active on
Ethereum with 4,610 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLASH | ERC-20 | 16.96146K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163212 | a day ago | | | 0 | 0.00051768138 | |
| 21143839 | 4 days ago | | | 0 | 0.00058413488 | |
| 21143838 | 4 days ago | | | 0 | 0.00050376041 | |
| 21119979 | 7 days ago | | | 0 | 0.00022251053 | |
| 21114057 | 8 days ago | | | 0 | 0.00023953716 | |
| 21107626 | 9 days ago | | | 0 | 0.00050151651 | |
| 21107550 | 9 days ago | | | 0 | 0.00057038050 | |
| 21082060 | 12 days ago | | | 0 | 0.00018853483 | |
| 21081826 | 12 days ago | | | 0 | 0.00036773864 | |
| 21058657 | 15 days ago | | | 0 | 0.00028341804 |
ABI
ABI objects
Getter at block 21169628
DOMAIN_SEPARATOR() view returns (bytes32)
0x18e67701e3ea65b05a598bc03296c126c51e2dc5cf4a2fb2e610728ae1ee256d
decimals() view returns (uint8)
18
name() view returns (string)
Flashstake
symbol() view returns (string)
FLASH
totalSupply() view returns (uint256)
150000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.