Shopin Token
Verified contract
Active on
Ethereum with 5,122 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 |
---|---|---|---|---|---|
SHOP | ERC-20 | 242.740935K | -- | -- | |
DOG | ERC-20 | 250 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19104867 | 9 months ago | | | 0 | 0.00066771299 | |
| 17441292 | a year ago | | | 0 | 0.0011317440 | |
| 16012425 | 2 years ago | | | 0 | 0.00031852196 | |
| 16012423 | 2 years ago | | | 0 | 0.00032423085 | |
| 12415330 | 3 years ago | | | 0 | 0.012944763 | |
| 12231121 | 4 years ago | | | 0 | 0.0037144000 | |
| 11848743 | 4 years ago | | | 0 | 0.0027431430 | |
| 10489389 | 4 years ago | | | 0 | 0.0029539020 | |
| 10489356 | 4 years ago | | | 0 | 0.0028972320 | |
| 10458796 | 4 years ago | | | 0 | 0.0021647956 |
ABI
ABI objects
Getter at block 21161445
decimals() view returns (uint8)
9
name() view returns (string)
Shopin Token
owner() view returns (address)
0xd8ba97571d9a78184bbb599bc41bc10a99ffd72f
symbol() view returns (string)
SHOP
totalSupply() view returns (uint256)
1500000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
bulkAssign(address[] _investorWallets, uint256[] _investorAmounts)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.