Soft Link
Verified contract
Active on
Ethereum with 5,203 txns
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 49 additional slots
Balances ($999.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1K | $0.999239 |
$999.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20680682 | 2 months ago | | | 0 | 0.00021333505 | |
| 20398101 | 4 months ago | | | 0 | 0.000079385272 | |
| 20299361 | 4 months ago | | | 0 | 0.000089208446 | |
| 20250932 | 4 months ago | | | 0 | 0.000066909825 | |
| 20243383 | 4 months ago | | | 0 | 0.00010580873 | |
| 20243382 | 4 months ago | | | 0 | 0.00010780641 | |
| 20243374 | 4 months ago | | | 0 | 0.00010817053 | |
| 20243373 | 4 months ago | | | 0 | 0.00014561455 | |
| 20200837 | 5 months ago | | | 0 | 0.00010955923 | |
| 20148530 | 5 months ago | | | 0 | 0.00012273669 |
ABI
ABI objects
Getter at block 21191809
decimals() view returns (uint8)
9
isOwner() view returns (bool)
false
monetaryPolicy() view returns (address)
0x46317fb178f70ff4bde254baa9065fe1d78d836a
name() view returns (string)
Soft Link
owner() view returns (address)
0x8b89f3f95082be2d3a10b7fa9ac066c708121eb4
rebasePaused() view returns (bool)
false
symbol() view returns (string)
SLINK
tokenPaused() view returns (bool)
false
totalSupply() view returns (uint256)
7999823903062
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_)
initialize(string name, string symbol, uint8 decimals)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
setRebasePaused(bool paused)
setTokenPaused(bool paused)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
LogRebasePaused(bool paused)
LogTokenPaused(bool paused)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.