Golem Network Token
Verified contract
Active on
Ethereum with 213,736 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GLM | ERC-20 | 10.614336M | $0.361645 |
$3,838,621.71 | |
REPv2 | ERC-20 | 12.916919 | $0.66889 |
$8.64 | |
GRT | ERC-20 | 20 | $0.221381 |
$4.43 | |
GNT | ERC-20 | 1.222319K | -- | -- | |
(#25) | ERC-1555 | 1 | -- | -- | |
(#24) | ERC-1555 | 1 | -- | -- | |
(#23) | ERC-1555 | 1 | -- | -- | |
(#22) | ERC-1555 | 1 | -- | -- | |
(#21) | ERC-1555 | 1 | -- | -- | |
(#20) | ERC-1555 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243323 | 8 minutes ago | | | 0 | 0.00042833265 | |
| 21243299 | 12 minutes ago | | | 0 | 0.00065003854 | |
| 21243177 | 37 minutes ago | | | 0 | 0.00051956344 | |
| 21243107 | an hour ago | | | 0 | 0.00034751787 | |
| 21242995 | an hour ago | | | 0 | 0.00054773390 | |
| 21242919 | an hour ago | | | 0 | 0.00034731958 | |
| 21242836 | 2 hours ago | | | 0 | 0.00063020300 | |
| 21242765 | 2 hours ago | | | 0 | 0.00066348384 | |
| 21242765 | 2 hours ago | | | 0 | 0.00060381076 | |
| 21242419 | 3 hours ago | | | 0 | 0.00047125875 |
ABI
ABI objects
Getter at block 21243358
DOMAIN_SEPARATOR() view returns (bytes32)
0xfb7f74aaa2caa8fda0599a3aaf2380d46376dee141c58ef6cffbb1fd3a1761d5
PERMIT_TYPEHASH() view returns (bytes32)
0xea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb
decimals() view returns (uint8)
18
name() view returns (string)
Golem Network Token
symbol() view returns (string)
GLM
totalSupply() view returns (uint256)
789358913265196334355338703
version() view returns (string)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
permit(address holder, address spender, uint256 nonce, uint256 expiry, bool allowed, uint8 v, bytes32 r, bytes32 s)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _migrationAgent, uint256 _chainId)
This contract contains no fallback and receive objects.
This contract contains no error objects.