Freq Set Dollar
Verified contract
Active on
Ethereum with 1,047 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 |
---|---|---|---|---|---|
FSD | ERC-20 | 100 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20831530 | 2 months ago | | | 0 | 0.00051444987 | |
| 20707665 | 2 months ago | | | 0 | 0.000065072465 | |
| 20190523 | 4 months ago | | | 0 | 0.00012477134 | |
| 19075240 | 10 months ago | | | 0 | 0.00059737850 | |
| 18210525 | a year ago | | | 0 | 0.00031046352 | |
| 17017093 | 2 years ago | | | 0 | 0.00049534000 | |
| 16638443 | 2 years ago | | | 0 | 0.0011132788 | |
| 16451241 | 2 years ago | | | 0 | 0.00072105674 | |
| 16333245 | 2 years ago | | | 0 | 0.00076863997 | |
| 16290282 | 2 years ago | | | 0 | 0.00087835408 |
ABI
ABI objects
Getter at block 21161984
EIP712_DOMAIN_SEPARATOR() view returns (bytes32)
0x8d1efe7a369d9840e4e8178c0bcdb10f2c85e6410eaa38801017a9b66c5c933f
EIP712_PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Freq Set Dollar
symbol() view returns (string)
FSD
totalSupply() view returns (uint256)
5862030447464142024001074
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
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)
mint(address account, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceMinter()
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)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.