blockguysxyz
Verified contract
Active on
Ethereum with 67 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 "blockguysxyz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17918138 | a year ago | | | 0 | 0.0012382108 | |
| 17904950 | a year ago | | | 0 | 0.0011489128 | |
| 17896728 | a year ago | | | 0 | 0.0012266987 | |
| 17352841 | 2 years ago | | | 0 | 0.0010495396 | |
| 15206499 | 2 years ago | | | 0 | 0.00069919779 | |
| 15114541 | 2 years ago | | | 0 | 0.00066203244 | |
| 15112671 | 2 years ago | | | 0 | 0.00045354687 | |
| 15112650 | 2 years ago | | | 0 | 0.0010378315 | |
| 15112530 | 2 years ago | | | 0 | 0.0017733794 | |
| 15112511 | 2 years ago | | | 0 | 0.0014654282 |
ABI
ABI objects
Getter at block 21293097
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
7777
name() view returns (string)
blockguysxyz
owner() view returns (address)
0x0744c1a7dd7236dbb57a3522f8d19a6ea496071b
symbol() view returns (string)
BLOCKGUY
totalSupply() view returns (uint256)
439
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmVNuiMSCk8FfbcNrkLhkoTAXE23SRxPhASfpof15pgY3A
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)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTokenURI(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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()