stakedFiro
Verified contract
Proxy
Active on
Ethereum with 526 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x77f2…41ce
Balances ($0.00)
No balances found for "stakedFiro"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20921227 | 2 months ago | | | 0 | 0.0023274850 | |
| 20489965 | 4 months ago | | | 0 | 0.00060934500 | |
| 20477154 | 4 months ago | | | 0 | 0.00037648200 | |
| 17009375 | 2 years ago | | | 0 | 0.00083995745 | |
| 16858374 | 2 years ago | | | 0 | 0.00055199135 | |
| 16826840 | 2 years ago | | | 0 | 0.0014801318 | |
| 15513674 | 2 years ago | | | 0 | 0.00055685194 | |
| 15513662 | 2 years ago | | | 0 | 0.00067343884 | |
| 15513657 | 2 years ago | | | 0 | 0.00036571454 | |
| 14858489 | 3 years ago | | | 0 | 0.00068998453 |
ABI
ABI objects
Getter at block 21284873
decimals() view returns (uint8)
8
downstreamCaller() view returns (address)
0x77f240ce418f6ca3f66d531e1a7f3dd6ca9941ce
downstreamCallerAddress() view returns (address)
0x77f240ce418f6ca3f66d531e1a7f3dd6ca9941ce
name() view returns (string)
stakedFiro
owner() view returns (address)
0x619bb406eb26e27d056ab3dcec64ebb66bedc425
paused() view returns (bool)
false
supplyController() view returns (address)
0xe14ce18903b0d3678a098f3bdeda0aac3790ac3b
symbol() view returns (string)
stFIRO
totalShares() view returns (uint256)
1656933713320090994994311998068711426866175201819798017940991351060
totalSupply() view returns (uint256)
1498147717758
transactionsSize() view returns (uint256)
2
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
isBlacklisted(address) view returns (bool)
sharesOf(address who) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addTransaction(address destination, bytes data) returns (uint256)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeTokens(uint256 supplyChange_, bool positive) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint8 decimals_, uint256 maxExpectedSupply_, uint256 initialSupply_)
mint(address account, uint256 amount)
pause()
removeTransaction(uint256 index)
renounceOwnership()
setBlacklisted(address account, bool _isBlacklisted)
setDownstreamCaller(address _downstreamCaller)
setName(string name_)
setSupplyController(address supplyController_)
setSymbol(string symbol_)
setTransactionEnabled(uint256 index, bool enabled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed account, bool isBlacklisted)
LogSupplyControllerUpdated(address supplyController)
LogTokenDistribution(uint256 oldTotalSupply, uint256 supplyChange, bool positive, uint256 newTotalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
WarningMaxExpectedSupplyExceeded(uint256 totalSupply, uint256 totalShares)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.