GreenSatoshiToken
Verified contract
Active on
Ethereum with 336,282 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($127.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 111.976326 | $1.001 |
$112.09 | |
GST | ERC-20 | 1.451921K | $0.010356 |
$15.04 | |
SAFE | ERC-20 | 35.350198K | -- | -- | |
(#85420460214) | SNFT | ERC-721 | 1 | -- | -- |
EGGT | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244142 | 2 hours ago | | | 0 | 0.00071545828 | |
| 21243681 | 3 hours ago | | | 0 | 0.00072247562 | |
| 21243674 | 3 hours ago | | | 0 | 0.0010898086 | |
| 21243651 | 4 hours ago | | | 0 | 0.0011221077 | |
| 21243501 | 4 hours ago | | | 0 | 0.00086724115 | |
| 21243491 | 4 hours ago | | | 0 | 0.00049891818 | |
| 21243031 | 6 hours ago | | | 0 | 0.00038644823 | |
| 21243028 | 6 hours ago | | | 0 | 0.00034956824 | |
| 21243027 | 6 hours ago | | | 0 | 0.00038297303 | |
| 21243026 | 6 hours ago | | | 0 | 0.00035675438 |
ABI
ABI objects
Getter at block 21244706
decimals() view returns (uint8)
8
name() view returns (string)
GreenSatoshiToken
owner() view returns (address)
0xeb49f0309dd219846758d1d4b15a381542182825
symbol() view returns (string)
GST
totalSupply() view returns (uint256)
8228287792000000
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 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
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.