Saddle tBTC/WBTC/renBTC/sBTC
Verified contract
Active on
Ethereum with 2,253 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SGT | ERC-20 | 9.058K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025342 | a month ago | | | 0 | 0.00016409735 | |
| 20840448 | 2 months ago | | | 0 | 0.00027016573 | |
| 20839887 | 2 months ago | | | 0 | 0.00025108108 | |
| 20660459 | 3 months ago | | | 0 | 0.000014169601 | |
| 20079372 | 6 months ago | | | 0 | 0.00043786416 | |
| 20079311 | 6 months ago | | | 0 | 0.00026159176 | |
| 20079302 | 6 months ago | | | 0 | 0.00042508048 | |
| 19974220 | 6 months ago | | | 0 | 0.00031273890 | |
| 19974163 | 6 months ago | | | 0 | 0.00019070168 | |
| 19477522 | 8 months ago | | | 0 | 0.0017849995 |
ABI
ABI objects
Getter at block 21324949
decimals() view returns (uint8)
18
name() view returns (string)
Saddle tBTC/WBTC/renBTC/sBTC
owner() view returns (address)
0x4f6a43ad7cba042606decaca730d4ce0a57ac62e
swap() view returns (address)
0x4f6a43ad7cba042606decaca730d4ce0a57ac62e
symbol() view returns (string)
saddleTWRenSBTC
totalSupply() view returns (uint256)
6706120318271196686
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
mintedAmounts(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.