Alfa Card
Verified contract
Active on
Ethereum with 9,373 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 "Alfa Card"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106540 | 25 days ago | | | 0 | 0.00010077879 | |
| 21079124 | a month ago | | | 0 | 0.0013474110 | |
| 20975149 | a month ago | | | 0 | 0.00031448984 | |
| 20975142 | a month ago | | | 0 | 0.00032364830 | |
| 20975141 | a month ago | | | 0 | 0.00032285051 | |
| 20943209 | 2 months ago | | | 0 | 0.0011028221 | |
| 20822923 | 2 months ago | | | 0 | 0.00078817649 | |
| 20543567 | 3 months ago | | | 0 | 0.000069010782 | |
| 20434080 | 4 months ago | | | 0 | 0.00080038847 | |
| 20415116 | 4 months ago | | | 0 | 0.000065311662 |
ABI
ABI objects
Getter at block 21285510
MAX_BY_MINT() view returns (uint256)
2
MAX_ELEMENTS() view returns (uint256)
2500
PRICE() view returns (uint256)
75000000000000000
baseTokenURI() view returns (string)
creatorAddress() view returns (address)
0xb90fc7b501bce784c4ceec6c2f98474fcfc44941
devAddress() view returns (address)
0xb90fc7b501bce784c4ceec6c2f98474fcfc44941
name() view returns (string)
Alfa Card
owner() view returns (address)
0x2d74fa98523b76aa4554491c998f0e520fc0b22a
paused() view returns (bool)
false
symbol() view returns (string)
ALFA
totalMint() view returns (uint256)
2500
totalSupply() view returns (uint256)
2499
Read-only
balanceOf(address owner) view returns (uint256)
cardHolders(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftHolderAttributes(uint256) view returns (string name, string imageURI)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) pure returns (uint256)
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)
burn(uint256 tokenId)
mint(uint256 _count) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CardCreated(uint256 newItemId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string[] cardName)
This contract contains no fallback and receive objects.
This contract contains no error objects.