Unity Cards
Verified contract
Active on
Ethereum with 625 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 "Unity Cards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19940239 | 7 months ago | | | 0 | 0.00026282682 | |
| 19940239 | 7 months ago | | | 0 | 0.00046122054 | |
| 18051601 | a year ago | | | 0 | 0.00090810411 | |
| 17209703 | 2 years ago | | | 0 | 0.0037170545 | |
| 17209693 | 2 years ago | | | 0 | 0.014483139 | |
| 17209693 | 2 years ago | | | 0 | 0.0073126670 | |
| 16823792 | 2 years ago | | | 0 | 0.00082208455 | |
| 16779405 | 2 years ago | | | 0 | 0.0018554180 | |
| 15899641 | 2 years ago | | | 0 | 0.00061352084 | |
| 15689011 | 2 years ago | | | 0 | 0.00052885841 |
ABI
ABI objects
Getter at block 21432091
MAX_SUPPLY() view returns (uint256)
7777
PURCHASE_LIMIT() view returns (uint256)
2
contractURI() view returns (string)
isActive() view returns (bool)
false
isAllowListActive() view returns (bool)
true
merkleroot() view returns (bytes32)
0xba5345dc551fa8f20aa7ebfc0469a6855ac9a9be49a73b22c152c971cd86e240
name() view returns (string)
Unity Cards
owner() view returns (address)
0xf89a521b21a022c498e63235a27f1e5cf6dc68ee
symbol() view returns (string)
UNITY
totalPublicSupply() view returns (uint256)
518
totalSupply() view returns (uint256)
518
Read-only
allowListClaimedBy(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
freeClaimAllowList(uint256 index, uint256 numberOfTokens, bytes32[] proof)
freeClaimAllowListBatch(uint256 index, uint256 numberOfTokens, uint256 numberOfTokensClaimed, bytes32[] proof)
purchase(uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setBatchClaimState(address account, bool state)
setContractURI(string URI)
setIsActive(bool _isActive)
setIsAllowListActive(bool _isAllowListActive)
setMerkleRoot(bytes32 root)
setPurchaseLimit(uint256 limit)
setRevealedBaseURI(string revealedBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, bytes32 root)
This contract contains no fallback and receive objects.
This contract contains no error objects.