Renzo Protocol

Verified contract

Active on Ethereum with 31 txns
Deployed by via 0xb90fafdc at 19030617
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Renzo Protocol"

0x512008299ac0434859ba03e4d29a8283490af669c3cbefc5133dcd6858ac8394
0xf31227415e90177151c1ee9b0f13b5c2b312f067f6d437284e5e654d5f3609cf
0x4bebafda177768a4c8f6d1331a6ca00e83d70205e08232e5955b478add05485d
0x5e84bac818520c4339b70a65dc732c980267ae8bed5826b7a5c5c55d8235fb09
0x9be4ee83b0b01d2ce44e5b75d474618b47fd07f446b6fd7b3b3eb3507b4700d7
0x4ca49e9bba9ac0084bb2dff9b85b82bb4a0fd76f87e58309afbcce84a5683741
0x5b22fb8663f230c1919f65cd3fcfd9b6a0e6bc8d172450dcd505d89cb7dd0b0b
0x31ad82c70154ada3c52e780ec48665dbc73758f595efe60ba4346569444e2e2e
0x6467c9f0217e8b8d781d94fe1fd8cb1cc38948d07c58f4b5ede866721680fc50
0x46e34a293384653468e35476d59e98d7aba238b8fac269f2dd8b0e96f36646f4

Functions
Getter at block 21320149
decimals(view returns (uint8)
18
name(view returns (string)
Renzo Protocol
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Renzo
totalSupply(view returns (uint256)
21000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 totalSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account