Shibarium Name Service
Verified contract
Active on
Ethereum with 5,350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNS | ERC-20 | 5.569933M | $0.00 |
$1.39 | |
APU | ERC-20 | 1 | $0.000869 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233107 | 2 days ago | | | 0 | 0.00047640690 | |
| 21212696 | 5 days ago | | | 0 | 0.00052104708 | |
| 21212685 | 5 days ago | | | 0 | 0.00030590831 | |
| 21212684 | 5 days ago | | | 0 | 0.00052155337 | |
| 21205683 | 6 days ago | | | 0 | 0.00041208493 | |
| 21147772 | 14 days ago | | | 0 | 0.00025295250 | |
| 21108141 | 20 days ago | | | 0 | 0.00042798290 | |
| 21067720 | 25 days ago | | | 0 | 0.00022375721 | |
| 21064946 | a month ago | | | 0 | 0.00073144449 | |
| 20910790 | 2 months ago | | | 0 | 0.00039714233 |
ABI
ABI objects
Getter at block 21248352
decimals() view returns (uint8)
18
maxTransaction() view returns (bool)
true
maxTransactionPercent() view returns (uint256)
1
maxWallet() view returns (bool)
true
maxWalletPercent() view returns (uint256)
2
name() view returns (string)
Shibarium Name Service
owner() view returns (address)
0x689f654f452cbe147e870d290f84e6ad479f48a0
symbol() view returns (string)
SNS
totalSupply() view returns (uint256)
100000000000000000000000000000
uniswapV2Pair() view returns (address)
0x9d07dcc7775f190ba6cb5766c19a65ccc5f2e9c8
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events addExcludedWallet(address _address, bool _excluded)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
maxTransactionOn(bool _on)
maxWalletOn(bool _on)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setMaxTransactionPercent(uint256 _newPercent)
setMaxWalletPercent(uint256 _newPercent)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.