Base OCS NFT on Galxe
Verified contract
Active on
Base with 2,520 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000622 |
$0 | |
OHNO | ERC-20 | 91.909091 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22908171 | 14 hours ago | | | 0 | 4.5486890e-7 | |
| 22908164 | 14 hours ago | | | 0 | 4.2269820e-7 | |
| 22907160 | 14 hours ago | | | 0 | 6.7184823e-7 | |
| 22896279 | 20 hours ago | | | 0 | 7.5427810e-7 | |
| 22836118 | 2 days ago | | | 0 | 4.6746530e-7 | |
| 22807113 | 3 days ago | | | 0 | 7.4865342e-7 | |
| 22796489 | 3 days ago | | | 0 | 0.0000012862665 | |
| 22773443 | 4 days ago | | | 0 | 2.8185050e-7 | |
| 22747544 | 4 days ago | | | 0 | 4.1318500e-7 | |
| 22747405 | 4 days ago | | | 0 | 7.8106730e-7 |
ABI
ABI objects
Getter at block 22932941
baseURI() view returns (string)
https://graphigo.prd.galaxy.eco/metadata/0x412ae9a6aede7b8269c96996a2b5bb4837fd210a/
getNumMinted() view returns (uint256)
31389
name() view returns (string)
Base OCS NFT on Galxe
owner() view returns (address)
0x8d62152d61895655ac366c58e837ac75b62aee04
symbol() view returns (string)
BaseGalxeOCS
totalSupply() view returns (uint256)
31389
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.