GSENetwork
Verified contract
Active on
Ethereum with 296,758 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GSE | ERC-20 | 570.9027 | $0.000032 |
$0.02 | |
C4Y | ERC-20 | 3.7K | -- | -- | |
BOX | ERC-20 | 10 | -- | -- | |
VPC0x | ERC-20 | 10 | -- | -- | |
PMOD | ERC-20 | 5 | -- | -- | |
3dHODL.github.io | ERC-20 | 1 | -- | -- | |
UFR | ERC-20 | 0.002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21091246 | 9 days ago | | | 0 | 0.00029488128 | |
| 21053669 | 15 days ago | | | 0 | 0.00014383937 | |
| 20973121 | a month ago | | | 0 | 0.00080145328 | |
| 20940346 | a month ago | | | 0 | 0.00047379945 | |
| 20928128 | a month ago | | | 0 | 0.0011095780 | |
| 20904469 | a month ago | | | 0 | 0.00017519872 | |
| 20805979 | 2 months ago | | | 0 | 0.0010012851 | |
| 20747369 | 2 months ago | | | 0 | 0.000058282038 | |
| 20691346 | 2 months ago | | | 0 | 0.00024212590 | |
| 20634647 | 2 months ago | | | 0 | 0.00017888706 |
ABI
ABI objects
Getter at block 21157946
decimals() view returns (uint256)
4
name() view returns (string)
GSENetwork
owner() view returns (address)
0xaefb0ec922dee45739ac2a4edf358f70e1272d79
paused() view returns (bool)
false
symbol() view returns (string)
GSE
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
grantOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
grant(address _to, uint256 _value) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
preGrant(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Grant(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PreGrant(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.