Cowlony
Verified contract
Active on
Ethereum with 1,002 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Cowlony"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19866786 | 6 months ago | | | 0 | 0.00037859647 | |
| 19585099 | 7 months ago | | | 0 | 0.00061617259 | |
| 19585099 | 7 months ago | | | 0 | 0.00061617259 | |
| 19585098 | 7 months ago | | | 0 | 0.00059178255 | |
| 19585098 | 7 months ago | | | 0 | 0.00059180681 | |
| 19585098 | 7 months ago | | | 0 | 0.0010389877 | |
| 18761608 | a year ago | | | 0 | 0.0010664075 | |
| 18397809 | a year ago | | | 0 | 0.00031434328 | |
| 17761449 | a year ago | | | 0 | 0.00076384681 | |
| 17014540 | 2 years ago | | | 0 | 0.00082940626 |
ABI
ABI objects
Getter at block 21226278
COLLECTION_SIZE() view returns (uint256)
4998
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXPULSION_ROLE() view returns (bytes32)
0x7904e9328f622335e3d715af4f9d4b4147d279485bd5be001b80efa4da608a29
PROVENANCE_HASH() view returns (string)
80d9360a90d7bcfdecabe3ffbe47256bf0f197ba2f37dae092f82afe0dcf4281
baseURI() view returns (string)
https://nft-meta-supplier.herokuapp.com/cowlony/
beneficiary() view returns (address)
0x3a8254b13013676678483cbadf49956b7a2d5431
contractURI() view returns (string)
https://cowlony.mypinata.cloud/ipfs/QmVp3RjtxWMm7Uks2dnfJdYB1nWpx8BcGs2A5fH6SzZifY
getDefaultPublicSaleId() view returns (uint256)
2
grazingOpen() view returns (bool)
true
name() view returns (string)
cowlony
openSeaProxy() view returns (address)
0x1e0049783f008a0085193e00003d00cd54003c71
openSeaProxyOn() view returns (bool)
false
owner() view returns (address)
0x7159ebe5f711d1a131283cf6aeff8ca1fd6e8004
symbol() view returns (string)
COWLONY
totalSupply() view returns (uint256)
4998
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getSale(uint256 saleId) view returns (struct AllowlistSaleSaleConfig)
grazingPeriod(uint256 tokenId) view returns (bool grazing, uint256 current, uint256 total, uint256 max)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address _owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
saleConfig(uint256) view returns (uint256 startDate, uint256 endDate, uint256 price, uint256 quantityLimit, address signer, bool isPublicSale, bool checkUsedKeys, bool exists)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedKeys(bytes) view returns (bool)
State-modifying
Events addPublicSale(uint256 id, uint256 startDate, uint256 endDate, uint256 price, uint256 quantityLimit)
addSale(uint256 id, uint256 startDate, uint256 endDate, uint256 price, uint256 quantityLimit, address signer, bool checkUsedKeys)
allowlistMint(uint256 quantity, bytes saleKey, uint256 saleId) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnUnsoldCows()
expelFromGrazing(uint256 tokenId)
grantRole(bytes32 role, address account)
ownerMint(uint256 quantity, address recipient)
publicMint(uint256 quantity) payable
removeSale(uint256 id)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
safeTransferWhileGrazing(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBeneficiary(address _beneficiary)
setContractURI(string uri)
setDefaultPublicSaleId(uint256 saleId)
setGrazingOpen(bool open)
setOpenSeaProxyAddress(address _address)
setOpenSeaProxyStatus(bool status)
setProvenance(string provenance)
toggleGrazing(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferRevenues()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Expelled(uint256 indexed tokenId)
GrazingStarted(uint256 indexed tokenId)
GrazingStopped(uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string provenance, string initBaseURI, string initContractURI, uint256 _defaultPublicSaleId, address _beneficiary)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()