ShibOriginalVision
Verified contract
Active on
Ethereum with 12,456 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($379.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 295.5 | $1.001 |
$295.8 | |
SOV | ERC-20 | 27.981818B | $0.00 |
$83.95 | |
ZKS | ERC-20 | 174.061713 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152071 | 18 hours ago | | | 0 | 0.00067741885 | |
| 21151886 | 19 hours ago | | | 0 | 0.00037740089 | |
| 21143302 | 2 days ago | | | 0 | 0.00067285962 | |
| 21131378 | 4 days ago | | | 0 | 0.0011135020 | |
| 21122812 | 5 days ago | | | 0 | 0.00063422832 | |
| 21119966 | 5 days ago | | | 0 | 0.00021270552 | |
| 21116144 | 6 days ago | | | 0 | 0.00028021327 | |
| 21108043 | 7 days ago | | | 0 | 0.00043589104 | |
| 21101730 | 8 days ago | | | 0 | 0.00035526760 | |
| 21097341 | 8 days ago | | | 0 | 0.00015458205 |
ABI
ABI objects
Getter at block 21157565
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
4400000000000000000000000000000
name() view returns (string)
ShibOriginalVision
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SOV
totalSupply() view returns (uint256)
299251874057650000000000000000000
uniswapV2Pair() view returns (address)
0xf126ac81688aa0fc16aa41361a3891b6cd78736f
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount)
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(string _name, string _symbol, uint256 _totalSupply, uint256 _maxHoldingAmount, address _tokenOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.