Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RSR | ERC-20 | 100.0264K | -- | -- | |
FYZ | ERC-20 | 553.114478 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227810 | 9 days ago | | | 0 | 0.00026864513 | |
| 21217593 | 10 days ago | | | 0 | 0.00077349170 | |
| 21192099 | 14 days ago | | | 0 | 0.0010572738 | |
| 20894221 | 2 months ago | | | 0 | 0.00031484130 | |
| 20700317 | 3 months ago | | | 0 | 0.00010407797 | |
| 20574207 | 3 months ago | | | 0 | 0.000041574748 | |
| 20251267 | 5 months ago | | | 0 | 0.000031621575 | |
| 20089964 | 5 months ago | | | 0 | 0.00016979148 | |
| 19994515 | 6 months ago | | | 0 | 0.00045597960 | |
| 19749657 | 7 months ago | | | 0 | 0.00013931803 |
ABI
ABI objects
Getter at block 21289339
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
FYOOZ
owner() view returns (address)
0x0e5d710bc81c3ef13520937c956f2a8af6cc8fe9
paused() view returns (bool)
false
relayer() view returns (address)
0x61c564b4ff7963ea8501103abaccee07dfe0810d
symbol() view returns (string)
FYZ
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
approveProxy(address owner, address proxy)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
setRelayer(address relayer_)
setTotalSupply(uint256 newTotalSupply)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.