Mad Hatter NFTX
Verified contract
Active on
Ethereum with 132 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Mad Hatter NFTX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18613800 | a year ago | | | 0 | 0.0036063185 | |
| 18357722 | a year ago | | | 0 | 0.00049043039 | |
| 18343463 | a year ago | | | 0 | 0.00046845049 | |
| 18342478 | a year ago | | | 0 | 0.00076828526 | |
| 17518300 | a year ago | | | 0 | 0.0016281233 | |
| 15811280 | 2 years ago | | | 0 | 0.0015641590 | |
| 15378583 | 2 years ago | | | 0 | 0.0041110114 | |
| 15339954 | 2 years ago | | | 0 | 0.00082298700 | |
| 15280424 | 2 years ago | | | 0 | 0.00039013074 | |
| 15280424 | 2 years ago | | | 0 | 0.0010774112 |
ABI
ABI objects
Getter at block 21229337
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/
name() view returns (string)
Mad Hatter NFTX
owner() view returns (address)
0x46203c3ddb0b4ce3d5f3224090aee8c5aa7360e9
symbol() view returns (string)
NFTX
tokenCounter() view returns (uint256)
49
totalSupply() view returns (uint256)
48
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCreator(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyFee(uint256 tokenId) view 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)
createCollectible(string tokenURI, uint256 fee, struct MadHatterNFTXSign sign) returns (uint256)
ownerTransfership(address newOwner) returns (bool)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransfered(address indexed newOwner, address indexed owner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URI(string value, uint256 indexed id)
tokenBaseURI(string value)
constructor(string name, string symbol, string tokenURIPrefix)
This contract contains no fallback and receive objects.
This contract contains no error objects.