CoinStatsGLXY
Verified contract
Active on
Ethereum with 13,299 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CoinStatsGLXY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098085 | 25 days ago | | | 0 | 0.00022881807 | |
| 21091029 | a month ago | | | 0 | 0.00026618611 | |
| 21058093 | a month ago | | | 0 | 0.00033440659 | |
| 21057951 | a month ago | | | 0 | 0.00053886143 | |
| 21056578 | a month ago | | | 0 | 0.00016632684 | |
| 21043353 | a month ago | | | 0 | 0.00063609228 | |
| 21022338 | a month ago | | | 0 | 0.00045213732 | |
| 20823350 | 2 months ago | | | 0 | 0.00048828509 | |
| 20719152 | 3 months ago | | | 0 | 0.000089547914 | |
| 20619255 | 3 months ago | | | 0 | 0.000031505075 |
ABI
ABI objects
Getter at block 21276287
name() view returns (string)
CoinStatsGLXY
owner() view returns (address)
0xc6f9626a35bdb1b5ddc9e16eb266995195b2bdd0
signer() view returns (address)
0xf04ac9d0764d27b241258f01c2225a9019d0dd69
symbol() view returns (string)
GLXY
totalSupply() view returns (uint16)
9982
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nonces(address) view returns (uint16)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes signature)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed account, uint256 tokenId, uint256 nonce, bytes signature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.