Curo Series
Verified contract
Active on
Ethereum with 24 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 "Curo Series"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18427803 | a year ago | | | 0 | 0.0022154138 | |
| 18427797 | a year ago | | | 0 | 0.0022154138 | |
| 18420921 | a year ago | | | 0 | 0.0022868219 | |
| 18419663 | a year ago | | | 0 | 0.0039599180 | |
| 18415012 | a year ago | | | 0 | 0.0019645068 | |
| 18401952 | a year ago | | | 0 | 0.00043266193 | |
| 18395086 | a year ago | | | 0 | 0.0013956704 | |
| 18392342 | a year ago | | | 0 | 0.0013956704 | |
| 18386446 | a year ago | | | 0 | 0.00081473384 | |
| 18386401 | a year ago | | | 0 | 0.00081473384 |
ABI
ABI objects
Getter at block 21279494
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
admin() view returns (address)
0x77783c67945700956cb8b529eef21fa6a6511b0f
commissionRate() view returns (uint256)
15
domainSeparator() view returns (bytes32)
0xba594c74d099e4af509b7beea1a66c414a856148c42e233f18961365fb809fb1
getChainId() view returns (uint256)
1
name() view returns (string)
Curo Series
owner() view returns (address)
0x77783c67945700956cb8b529eef21fa6a6511b0f
paymentToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
royaltiesCommissionRate() view returns (uint256)
10
symbol() view returns (string)
Curo
whoCanMint() view returns (uint8)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
canIMint(uint256 _id) view returns (bool)
creators(uint256) view returns (address)
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isMinter(address account) view returns (bool)
openOffers(uint256, uint256) view returns (uint256 qty, uint256 price, address user)
openOffersLength(uint256) view returns (uint256)
openSales(uint256, uint256) view returns (uint256 qty, uint256 price, address user, address wallet)
openSalesLength(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
vouchersMintedQty(uint256) view returns (uint256)
vouchersNFTIds(uint256) view returns (uint256)
State-modifying
Events acceptBid(uint256 tokenId, uint256 index, uint256 qty)
addMinter(address account)
autoMint(address to, uint256 amount) returns (uint256)
autoMintBatch(address to, uint256[] amounts)
bid(uint256 tokenId, uint256 qty, uint256 price)
buy(uint256 tokenId, uint256 index, uint256 qty)
cancelBid(uint256 tokenId, uint256 index)
cancelSale(uint256 tokenId, uint256 index)
grantRole(bytes32 role, address account)
mint(address to, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
redeem(uint256 nftId, uint256 id, uint256 nftPostId, uint256 qty, uint256 price, uint256 collectionId, uint256 chainId, address author, uint256 salt, bytes signature, uint256 qtyToMint)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
sell(uint256 tokenId, uint256 qty, uint256 price, address wallet)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
updateAdmin(address _admin, uint256 _commissionRate, uint256 _royaltiesCommissionRate, uint8 _whoCanMint, address _paymentToken)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Bid(uint256 indexed tokenId, address indexed from, uint256 qty, uint256 price)
Buy(uint256 indexed tokenId, address indexed from, address indexed to, uint256 value)
CancelBid(uint256 indexed tokenId, uint256 index)
CancelSale(uint256 indexed tokenId, uint256 index)
Commission(uint256 indexed tokenId, address indexed from, address indexed to, uint256 value)
LazyMint(uint256 indexed tokenId, address indexed from, address indexed to, uint256 value)
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)
Royalty(uint256 indexed tokenId, address indexed from, address indexed to, uint256 value)
Sell(uint256 indexed tokenId, address indexed to, uint256 qty, uint256 price)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _paymentToken, address _owner, address _admin, uint256 _commissionRate, uint256 _royaltiesCommissionRate, string name, string symbol, uint8 _whoCanMint, string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.