B Synthetix Network Token
Verified contract
Active on
Ethereum with 77 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNX | ERC-20 | 163.463549 | $1.66 |
$271.35 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19887162 | 6 months ago | | | 0 | 0.00078779140 | |
| 16872392 | 2 years ago | | | 0 | 0.0033069964 | |
| 16725325 | 2 years ago | | | 0 | 0.0039246377 | |
| 16556601 | 2 years ago | | | 0 | 0.0052741456 | |
| 16268653 | 2 years ago | | | 0 | 0.0022792107 | |
| 16254722 | 2 years ago | | | 0 | 0.0022892746 | |
| 15907395 | 2 years ago | | | 0 | 0.0020184902 | |
| 15423323 | 2 years ago | | | 0 | 0.0016282945 | |
| 15317639 | 2 years ago | | | 0 | 0.0030861630 | |
| 14390314 | 3 years ago | | | 0 | 0.0036122340 |
ABI
ABI objects
Getter at block 21211954
DOMAIN_SEPARATOR() view returns (bytes32)
0xade766367cde25b1eaa1e17acabd86b227c7ceb7b6ad5296be3a52664e98de30
MINIMUM_LIQUIDITY() view returns (uint256)
1000000
betaBank() view returns (address)
0x972a785b390d05123497169a04c72de652493be1
decimals() view returns (uint8)
18
interestRate() view returns (uint256)
34226923203984632
lastAccrueTime() view returns (uint256)
1715918279
name() view returns (string)
B Synthetix Network Token
symbol() view returns (string)
bSNX
totalDebtShare() view returns (uint256)
4413864711850850791
totalLoan() view returns (uint256)
4915263687578139461
totalLoanable() view returns (uint256)
163463548957730513067
totalSupply() view returns (uint256)
166211769192726628284
underlying() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
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 accrue()
approve(address spender, uint256 amount) returns (bool)
borrow(address _to, uint256 _amount) returns (uint256 debtShare)
burn(address _to, uint256 _credit) returns (uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
fetchDebtShareValue(uint256 _debtShare) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (uint256 credit)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recover(address _token, address _to, uint256 _amount)
repay(address _from, uint256 _amount) returns (uint256 debtShare)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Accrue(uint256 interest)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed caller, address indexed to, uint256 amount, uint256 credit)
Mint(address indexed caller, address indexed to, uint256 amount, uint256 credit)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _betaBank, address _underlying)
This contract contains no fallback and receive objects.
This contract contains no error objects.