TURBOSNAIL Token
Verified contract
Active on
Ethereum with 100 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd51a…99cb
Balances ($0.00)
No balances found for "TURBOSNAIL Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20514118 | 4 months ago | | | 0 | 0.000096848000 | |
| 11941432 | 4 years ago | | | 0 | 0.0019583100 | |
| 11127142 | 4 years ago | | | 0 | 0.00079912800 | |
| 11127023 | 4 years ago | | | 0 | 0.00084796360 | |
| 11127017 | 4 years ago | | | 0 | 0.00098115160 | |
| 11126983 | 4 years ago | | | 0 | 0.00079912800 | |
| 11126968 | 4 years ago | | | 0 | 0.0010939174 | |
| 11126964 | 4 years ago | | | 0 | 0.00088792007 | |
| 11126913 | 4 years ago | | | 0 | 0.00072809440 | |
| 11126905 | 4 years ago | | | 0 | 0.0012874840 |
ABI
ABI objects
Getter at block 21384741
_owner() view returns (address)
0xd51a23be718ccf99101293cecee80b7e7aae99cb
decimals() view returns (uint8)
18
name() view returns (string)
TURBOSNAIL Token
symbol() view returns (string)
TURBOSNAIL
totalSupply() view returns (uint256)
9000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] values)
multiTransferEqualAmount(address[] receivers, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
withdrawUnclaimedTokens(address contractUnclaimed)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.