Strips Token
Verified contract
Active on
Ethereum with 9,379 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($995.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 995.862236 | $0.999663 |
$995.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244894 | 15 hours ago | | | 0 | 0.00052637451 | |
| 21244882 | 15 hours ago | | | 0 | 0.00075188051 | |
| 21208270 | 6 days ago | | | 0 | 0.00052662170 | |
| 21176784 | 10 days ago | | | 0 | 0.00088155048 | |
| 21175350 | 10 days ago | | | 0 | 0.00099640891 | |
| 21159501 | 13 days ago | | | 0 | 0.0014701152 | |
| 21154635 | 13 days ago | | | 0 | 0.00033526856 | |
| 21141798 | 15 days ago | | | 0 | 0.00038493831 | |
| 21141508 | 15 days ago | | | 0 | 0.00046129144 | |
| 21136716 | 16 days ago | | | 0 | 0.0010849001 |
ABI
ABI objects
Getter at block 21249242
decimals() view returns (uint8)
18
name() view returns (string)
Strips Token
owner() view returns (address)
0x4509ce79bcf16cbe0298148350d7b3f9ea3e0fd0
symbol() view returns (string)
STRP
totalSupply() view returns (uint256)
100000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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.