Fyde
Verified contract
Proxy
Active on
Ethereum with 999 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FYDE | ERC-20 | 260.813829 | $0.061927 |
$16.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241023 | an hour ago | | | 0 | 0.00050725122 | |
| 21240352 | 4 hours ago | | | 0 | 0.00063468098 | |
| 21240341 | 4 hours ago | | | 0 | 0.00070651895 | |
| 21240217 | 4 hours ago | | | 0 | 0.00050402636 | |
| 21240191 | 4 hours ago | | | 0 | 0.00059866547 | |
| 21239739 | 6 hours ago | | | 0 | 0.00065266213 | |
| 21239500 | 6 hours ago | | | 0 | 0.00060198348 | |
| 21239118 | 8 hours ago | | | 0 | 0.00066541947 | |
| 21239105 | 8 hours ago | | | 0 | 0.00073032113 | |
| 21239044 | 8 hours ago | | | 0 | 0.00087977776 |
ABI
ABI objects
Getter at block 21241433 proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0x27dee255c0ca24bbc21fa26dea8209ca04fc0e99d636c3754f2c4dbacc816b69
MAX_SUPPLY() view returns (uint256)
100000000000000000000000000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Fyde, version=1, chainId=1, verifyingContract=0x8a462e6a0051d006e33152fbeadfb9a14198de30, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Fyde
owner() view returns (address)
0x24b3b50c1b87b549374876d31f919e5e6eeba999
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FYDE
totalSupply() view returns (uint256)
100000000000000000000000000
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 acceptOwnership()
approve(address spender, uint256 value) returns (bool)
initialize(address _owner)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedCall()
AddressEmptyCode(address target)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
FailedCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)