Galxe ETH Merge NFT
Verified contract
Active on
Ethereum with 2,668 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 |
---|---|---|---|---|---|
Galxe ETH Merge | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21314892 | a day ago | | | 0 | 0.00037179424 | |
| 21296388 | 4 days ago | | | 0 | 0.00022983540 | |
| 21234772 | 13 days ago | | | 0 | 0.00020757837 | |
| 21205319 | 17 days ago | | | 0 | 0.00041077760 | |
| 21109413 | a month ago | | | 0 | 0.00012881650 | |
| 21106574 | a month ago | | | 0 | 0.000099306100 | |
| 20982689 | 2 months ago | | | 0 | 0.00022245553 | |
| 20908242 | 2 months ago | | | 0 | 0.00029952278 | |
| 20862105 | 2 months ago | | | 0 | 0.00029128716 | |
| 20854213 | 2 months ago | | | 0 | 0.00017192443 |
ABI
ABI objects
Getter at block 21324463
baseURI() view returns (string)
https://graphigo.prd.galaxy.eco/metadata/0x7409f5b06c370997b9ef7ba263c6987bbcc1c6ff/
getNumMinted() view returns (uint256)
29427
name() view returns (string)
Galxe ETH Merge NFT
owner() view returns (address)
0xd88f19d444019b3726d83099c8c1dd9b85f19bac
symbol() view returns (string)
Galxe ETH Merge
totalSupply() view returns (uint256)
29427
transferable() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
cid(uint256 tokenId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerOf(address account, uint256 id) view returns (bool)
minters(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address minter)
approve(address to, uint256 tokenId)
burn(address account, uint256 id)
burnBatch(address account, uint256[] ids)
mint(address account, uint256 cid) returns (uint256)
mintBatch(address account, uint256 amount, uint256[] cidArr) returns (uint256[])
removeMinter(address minter)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setName(string newName)
setSymbol(string newSymbol)
setTransferable(bool transferable)
setURI(string newURI)
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)
EventMinterAdded(address indexed newMinter)
EventMinterRemoved(address indexed oldMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.