NFTBOY Consoles
Verified contract
Active on
Ethereum with 1,025 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($430.15)
Native
Value
$430.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.12 | $3,584.62 |
$430.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20733173 | 3 months ago | | | 0 | 0.00013454599 | |
| 20617840 | 3 months ago | | | 0 | 0.000037180614 | |
| 20172012 | 5 months ago | | | 0 | 0.00018711621 | |
| 20002676 | 6 months ago | | | 0 | 0.00040052544 | |
| 19925140 | 6 months ago | | | 0 | 0.00047730550 | |
| 19869470 | 7 months ago | | | 0 | 0.00021826530 | |
| 19818934 | 7 months ago | | | 0 | 0.00049051769 | |
| 19816809 | 7 months ago | | | 0 | 0.00031449436 | |
| 19480030 | 8 months ago | | | 0 | 0.0017573306 | |
| 19393676 | 9 months ago | | | 0 | 0.0021249323 |
ABI
ABI objects
Getter at block 21324282
MAX_SUPPLY() view returns (uint256)
2000
claimStatus() view returns (bool)
false
cost() view returns (uint256)
60000000000000000
generalSaleStatus() view returns (bool)
true
name() view returns (string)
NFTBOY Consoles
owner() view returns (address)
0x56ad6ef4c7af77224ca5a94d7911aa2bcf7c5300
preSaleStatus() view returns (bool)
false
symbol() view returns (string)
NFTBOY
totalSupply() view returns (uint256)
1452
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airDrop(address[] _to)
approve(address to, uint256 tokenId)
claim()
claimAddresses(address[] _addresses)
mint(uint256 _num) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newBaseUri)
setClaimStatus(bool _status)
setCost(uint256 _newCost)
setGeneralSaleStatus(bool _status)
setPreSaleStatus(bool _status)
switchPreToGeneral()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistAddresses(address[] _addresses)
withdrawAllFunds(address _to)
withdrawFunds(address _to, uint256 _amount)
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)
TokenBought(uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.