Silver Standard
Verified contract
Active on
Ethereum with 4,426 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BARS | ERC-20 | 1 | $0.073553 |
$0.07 | |
BARB | ERC-20 | 385 | -- | -- | |
TRUMP | ERC-20 | 62.926277 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241467 | 2 days ago | | | 0 | 0.00023683318 | |
| 21227480 | 4 days ago | | | 0 | 0.00030984168 | |
| 21208042 | 7 days ago | | | 0 | 0.00035269662 | |
| 21208004 | 7 days ago | | | 0 | 0.00025064708 | |
| 21206212 | 7 days ago | | | 0 | 0.00040838444 | |
| 21198262 | 8 days ago | | | 0 | 0.00052986608 | |
| 21197926 | 8 days ago | | | 0 | 0.0010153074 | |
| 21195811 | 9 days ago | | | 0 | 0.0011193231 | |
| 21189125 | 10 days ago | | | 0 | 0.0012430555 | |
| 21183409 | 10 days ago | | | 0 | 0.0014826044 |
ABI
ABI objects
Getter at block 21257715
decimals() pure returns (uint8)
18
name() view returns (string)
Silver Standard
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x4ee363e383068961a36547d89eb3df38c87f7a4b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
BARS
totalSupply() view returns (uint256)
777777000000000000000000
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
recoverForeignERC20(address tokenAddress, uint256 amount)
recoverToken(uint256 amount)
renounceOwnership()
setAMM(address AMM, bool isAMM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
InvalidAMM(address AMM)
InvalidToken(address tokenAddress)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)