Silo Finance Protected XAI Deposit in SNX Silo

Verified contract

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

No balances found for "Silo Finance Protected XAI Deposit in SNX Silo"

No transactions found for "Silo Finance Protected XAI Deposit in SNX Silo"


Functions
Getter at block 20942039
MINIMUM_SHARE_AMOUNT(view returns (uint256)
100000
asset(view returns (address)
0xd7c9f0e536dc865ae858b0c0453fe76d13c3beac
decimals(view returns (uint8)
18
name(view returns (string)
Silo Finance Protected XAI Deposit in SNX Silo
silo(view returns (address)
0x4872428c93bc52450c435223bece8b4a622b4252
symbol(view returns (string)
spXAI-SNX
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(address _accountuint256 _amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address _accountuint256 _amount
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
NotificationSent(address indexed notificationReceiverbool success
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboladdress _siloaddress _asset
Fallback and receive

This contract contains no fallback and receive objects.

Errors
MinimumShareRequirement(
OnlySilo(
SenderNotSolventAfterTransfer(
ShareTransferNotAllowed(