Global Rental Token
Verified contract
Active on
Ethereum with 435 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRT | ERC-20 | 44.97M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288581 | 6 days ago | | | 0 | 0.00046280468 | |
| 20845024 | 2 months ago | | | 0 | 0.00050087908 | |
| 15829554 | 2 years ago | | | 0 | 0.00053167044 | |
| 13176500 | 3 years ago | | | 0 | 0.0056356020 | |
| 12354802 | 4 years ago | | | 0 | 0.00081774000 | |
| 12321657 | 4 years ago | | | 0 | 0.0019976940 | |
| 11959211 | 4 years ago | | | 0 | 0.0038147880 | |
| 11936313 | 4 years ago | | | 0 | 0.0048569200 | |
| 11796097 | 4 years ago | | | 0 | 0.0079024260 | |
| 11768433 | 4 years ago | | | 0 | 0.0050252510 |
ABI
ABI objects
Getter at block 21332104
decimals() view returns (uint256)
8
name() view returns (string)
Global Rental Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8915c33994f19b54c23fb0fe63d0c228db27ddbb
symbol() view returns (string)
GRT
totalSupply() view returns (uint256)
3000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
openLock(address _address)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferFromContract(address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.