Cards

Verified contract

Active on Ethereum with 738 txns
Deployed by via 0xd6d87fac at 19193077
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Cards"

0x6884ef6e5d31a46c2c65b6cfe3337a4cb1d8e4c91226dfc9e96cd3d7f660da22
0x8a87d0cba953994d6722df0f55df9a59292c8a4a5c64b4940b42dfe250dd5575
0xfe32d373303bcd19d0be27b98127f06eb8b26389e2685686f29d9ea2b6c50d69
0x2d6aa4549d0de07fc2821a0ccc13d9cc06c5435dc40df39cc892959559908c53
0xdb6f4d60595c2885caff67bfaa04ae8548f716a92d6e42d75fee818070bd3191
0xa98de7c204bb402b9e26c4bab3eb6a7cae0e6141f6c82d0edf01cb568caf5d0d
0xe9e6d69ac26f29ce1766c5a9dbd9b521bc7663202dce1ffe35ba5006d239cbc2
0x596b2f6334d2b90f1c17071d86eba839a4733673d61302b2bbf3fd20263348df
0xb23e0775588ae0d7867e36044ae3b55d04a7ef30228074dc196b8fd983605c24
0xf41e0e28ae22af0317ea2f6df61a37b532f71c0c2418ac73d1013425f46e8dea

Functions
Getter at block 20885228
baseTokenURI(view returns (string)
currentPrice(view returns (uint256)
50000000000000000
dataURI(view returns (string)
https://cardsproject.xyz/assets/cards/
decimals(view returns (uint8)
18
minted(view returns (uint256)
3434
name(view returns (string)
Cards
nextPrice(view returns (uint256)
60000000000000000
owner(view returns (address)
0x00577a77fbe259b70a4e9c7959970a7a78190909
symbol(view returns (string)
CARDS
totalSupply(view returns (uint256)
10000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setPrice(uint256 _currentPriceuint256 _nextPrice
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
AmountExceedsBalance(string method
InsufficientFunds(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TransferFailed(
Unauthorized(
UnsafeRecipient(