Flash Token
Verified contract
Active on
Ethereum with 7,463 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Flash Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222750 | 10 days ago | | | 0 | 0.00049539111 | |
| 20850940 | 2 months ago | | | 0 | 0.00015609710 | |
| 20614957 | 3 months ago | | | 0 | 0.000033776400 | |
| 20614837 | 3 months ago | | | 0 | 0.000045801886 | |
| 20604360 | 3 months ago | | | 0 | 0.000022667585 | |
| 20213364 | 5 months ago | | | 0 | 0.00031739407 | |
| 20005318 | 6 months ago | | | 0 | 0.00031177895 | |
| 19951014 | 6 months ago | | | 0 | 0.000067721812 | |
| 19856840 | 7 months ago | | | 0 | 0.000077555539 | |
| 19809472 | 7 months ago | | | 0 | 0.00010604048 |
ABI
ABI objects
Getter at block 21296480
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
decimals() view returns (uint8)
18
flashSupply() view returns (uint256)
0
getChainId() pure returns (uint256 chainId)
1
getDomainSeparator() view returns (bytes32)
0x07cc24ecabc917af4ec291bbd9baeb944de9ea2ba71ff46973484b6dc5312c7e
name() view returns (string)
Flash Token
symbol() view returns (string)
FLASH
totalSupply() view returns (uint256)
18760114938592846415611284
Read-only
allowance(address, address) view returns (uint256)
authorizationState(address, bytes32) view returns (bool)
balanceOf(address) view returns (uint256)
minters(address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
flashMint(uint256 value, bytes data)
mint(address to, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address flashProtocol, address flashClaim)
This contract contains no fallback and receive objects.
This contract contains no error objects.