Circleorzo
Verified contract
Active on
Ethereum with 2,216 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 "Circleorzo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19895991 | 6 months ago | | | 0 | 0.00015422873 | |
| 19799279 | 6 months ago | | | 0 | 0.00023722685 | |
| 19799258 | 6 months ago | | | 0 | 0.00037634158 | |
| 18858288 | a year ago | | | 0 | 0.00098710696 | |
| 18061433 | a year ago | | | 0 | 0.00051982435 | |
| 18060742 | a year ago | | | 0 | 0.0010879598 | |
| 18060709 | a year ago | | | 0 | 0.0010081853 | |
| 18060664 | a year ago | | | 0 | 0.0010514689 | |
| 18060654 | a year ago | | | 0 | 0.0011030574 | |
| 17645384 | a year ago | | | 0 | 0.0010469224 |
ABI
ABI objects
Getter at block 21201711
MAX_NFT_SUPPLY() view returns (uint256)
4444
MAX_PURCHASABLE() view returns (uint256)
20
NFT_PRICE() view returns (uint256)
44000000000000000
name() view returns (string)
Circleorzo
owner() view returns (address)
0x4a7beed9b7fc56762ea402abf14fc94a64b79627
saleStarted() view returns (bool)
true
symbol() view returns (string)
CIRCLE
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenURI(uint256 tokenId) view returns (string)
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 approve(address to, uint256 tokenId)
mint(uint256 amountToMint) payable
pauseSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.
This contract contains no error objects.