Project Coordinate
Verified contract
Active on
Ethereum with 64 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9ac0…537e
Balances ($0.00)
No balances found for "Project Coordinate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18958849 | 10 months ago | | | 0 | 0.00098634000 | |
| 18956423 | 10 months ago | | | 0 | 0.00071603737 | |
| 16678803 | 2 years ago | | | 0 | 0.0032903723 | |
| 16678711 | 2 years ago | | | 0 | 0.0041018962 | |
| 16678658 | 2 years ago | | | 0 | 0.0039752031 | |
| 15478608 | 2 years ago | | | 0 | 0.0023550800 | |
| 15472782 | 2 years ago | | | 0 | 0.00082849800 | |
| 15460068 | 2 years ago | | | 0 | 0.0013211365 | |
| 15459831 | 2 years ago | | | 0 | 0.0028905756 | |
| 15459772 | 2 years ago | | | 0 | 0.0017497524 |
ABI
ABI objects
Getter at block 21162736
ethPrice() view returns (uint256)
60000000000000000
freeMintOpen() view returns (bool)
true
freeMinted() view returns (uint256)
113
freeSupply() view returns (uint256)
393
maxSupply() view returns (uint256)
9393
mocaMinted() view returns (uint256)
0
mocaPrice() view returns (uint256)
330000000000000000000
mocaSupply() view returns (uint256)
1000
mocaToken() view returns (address)
0x9ac07635ddbde5db18648c360defb00f5f22537e
name() view returns (string)
Project Coordinate
owner() view returns (address)
0xf9e5454dc08466031a50d5d3fea2b1179efe637a
paused() view returns (bool)
false
symbol() view returns (string)
COORDINATE
totalMinted() view returns (uint256)
114
totalSupply() view returns (uint256)
114
Read-only
balanceOf(address owner) view returns (uint256)
freeClaimedBy(address _address) view returns (uint256)
freeMintQuotaOf(address _address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mocaClaimedBy(address _address) view returns (uint256)
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)
delegateFreeMintTo(address[] _addresses, uint256[] _qtys)
freeMint(uint256 _qty)
freeMinterAdd(address[] _addresses, uint256[] _qtys)
freeMinterRemove(address[] _addresses)
pause()
publicMint(uint256 _qty) payable
publicMocaMint(uint256 _qty) 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 baseURI)
setFreeMintOpen(bool _open)
setFreeSupply(uint256 _supply)
setMocaAddress(address _mocaAddress)
setMocaSupply(uint256 _supply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawMoca()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _mocaAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()