Genesis Raffle Token
Verified contract
Active on
Ethereum with 5,858 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.002169 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20862211 | 2 months ago | | | 0 | 0.00019042612 | |
| 20851574 | 2 months ago | | | 0 | 0.00016342171 | |
| 20418069 | 4 months ago | | | 0 | 0.000087553357 | |
| 20188823 | 5 months ago | | | 0 | 0.00023923593 | |
| 20188070 | 5 months ago | | | 0 | 0.00015673658 | |
| 20158879 | 6 months ago | | | 0 | 0.000076114640 | |
| 19937379 | 7 months ago | | | 0 | 0.00029910496 | |
| 19854437 | 7 months ago | | | 0 | 0.00014212470 | |
| 19483630 | 9 months ago | | | 0 | 0.00080729314 | |
| 19412489 | 9 months ago | | | 0 | 0.0019117167 |
ABI
ABI objects
Getter at block 21380193
decimals() view returns (uint8)
0
name() view returns (string)
Genesis Raffle Token
owner() view returns (address)
0x4e6f10ed3b919cbbd872807f866ded9acdf7eede
symbol() view returns (string)
GRT
totalSupply() view returns (uint256)
66176179
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeMinterApproval(address minter, bool approved)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address[] accounts, uint32[] amounts)
setOwner(address _owner)
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)
MinterApprovalChanged(address indexed minter, bool approved)
OwnerChanged(address indexed _owner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.