TheGreeks
Verified contract
Active on
Ethereum with 4,438 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 "TheGreeks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19903784 | 6 months ago | | | 0 | 0.000070184370 | |
| 18889735 | a year ago | | | 0 | 0.00067264766 | |
| 18193081 | a year ago | | | 0 | 0.00035204291 | |
| 17958301 | a year ago | | | 0 | 0.00042978712 | |
| 17441859 | a year ago | | | 0 | 0.0016549019 | |
| 17051156 | 2 years ago | | | 0 | 0.00097633220 | |
| 16511301 | 2 years ago | | | 0 | 0.00068638318 | |
| 16286116 | 2 years ago | | | 0 | 0.00079225588 | |
| 16277109 | 2 years ago | | | 0 | 0.00077527097 | |
| 16237479 | 2 years ago | | | 0 | 0.00030977154 |
ABI
ABI objects
Getter at block 21209945
name() view returns (string)
TheGreeks
owner() view returns (address)
0xfc1f99fc98da5e6af19375e177b8a6b2d793e542
saleState() view returns (uint8)
2
signer() view returns (address)
0x18f2a76f0b9846b3045151102309caa96436ea71
symbol() view returns (string)
GREEK
tokenInfo() view returns (uint8 maxPerWallet, uint16 maxSupply, uint112 price)
(maxPerWallet=2, maxSupply=6666, price=0)
totalSupply() view returns (uint256)
6666
Read-only
balanceOf(address owner) view returns (uint256)
claimedSig(bytes) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
editPrice(uint112 newPrice)
editState(uint8 newState)
editSupply(uint16 newSupply)
editURI(string newURI)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes signature)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint8 maxPerWallet, uint16 maxSupply, uint112 price, address royaltyAddress, uint256 royaltyPercentage, string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()