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 "Friday"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23444893 | 7 days ago | | | 0 | 4.3620114e-7 | |
| 23399021 | 8 days ago | | | 0 | 7.6705078e-7 | |
| 23303750 | 10 days ago | | | 0 | 0.000000707324866094 | |
| 23247044 | 12 days ago | | | 0 | 9.7177949e-7 | |
| 23230784 | 12 days ago | | | 0 | 0.0000010925186 | |
| 23208648 | 12 days ago | | | 0 | 0.0000022061830 | |
| 23194772 | 13 days ago | | | 0 | 9.6567125e-7 | |
| 23193322 | 13 days ago | | | 0 | 0.0000055520849 | |
| 23191073 | 13 days ago | | | 0 | 0.0000010172329 | |
| 23190837 | 13 days ago | | | 0 | 0.0000039082107 |
ABI
ABI objects
Getter at block 23747798
castHash() view returns (string)
0x01f0a85c4b5c23f6002af1f915ac4dffaee1f006
decimals() view returns (uint8)
18
deployer() view returns (address)
0x76963ee4c482fa4f9e125ea3c9cc2ea81fe8e8c6
fid() view returns (uint256)
2600
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/5f722963-3127-40a7-855c-779b44b42b00/original
name() view returns (string)
Friday
symbol() view returns (string)
FRIDAY
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 maxSupply_, address deployer_, uint256 fid_, string image_, string castHash_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)