GameboyKoda
Verified contract
Active on
Ethereum with 1,625 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($753.32)
Native
Value
$753.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2458 | $3,064.77 |
$753.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910223 | a year ago | | | 0 | 0.00049468171 | |
| 16635725 | 2 years ago | | | 0 | 0.0023253882 | |
| 16635639 | 2 years ago | | | 0 | 0.0020310131 | |
| 16634847 | 2 years ago | | | 0 | 0.0011828155 | |
| 16634847 | 2 years ago | | | 0 | 0.0011828155 | |
| 16634847 | 2 years ago | | | 0 | 0.0011828155 | |
| 16634847 | 2 years ago | | | 0 | 0.0020653478 | |
| 16423615 | 2 years ago | | | 0 | 0.00083503768 | |
| 16417723 | 2 years ago | | | 0 | 0.00098632452 | |
| 16382778 | 2 years ago | | | 0 | 0.00072837039 |
ABI
ABI objects
Getter at block 21204575
isSaleActive() view returns (bool)
true
maxAllowedMints() view returns (uint256)
5
maxSupply() view returns (uint256)
9854
name() view returns (string)
GameboyKoda
owner() view returns (address)
0xf3f265a9f5d3010c79263229150347c0e8a6ab45
paused() view returns (bool)
false
price() view returns (uint256)
5000000000000000
symbol() view returns (string)
GBK
totalSupply() view returns (uint256)
3199
uriPrefix() view returns (string)
ipfs://QmTGfxVWM6mdvkYiwA7jzGg6bzajEMeEf38bqigCXGcMSf/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
gift(address _receiver, uint256 _mintAmount)
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxAllowMints(uint256 _maxAllowedMints)
setMaxSupply(uint256 _maxSupply)
setMintPrice(uint256 _newMintPrice)
setPublic()
setSaleState(bool _saleActiveState)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractPaused()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()