disguisedwtf
Verified contract
Active on
Ethereum with 758 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 "disguisedwtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15846036 | 2 years ago | | | 0 | 0.00025924165 | |
| 15781762 | 2 years ago | | | 0 | 0.00082622827 | |
| 15242059 | 2 years ago | | | 0 | 0.00037349719 | |
| 15228262 | 2 years ago | | | 0 | 0.00053829351 | |
| 15164728 | 2 years ago | | | 0 | 0.00051669264 | |
| 15158887 | 2 years ago | | | 0 | 0.00053290927 | |
| 15153199 | 2 years ago | | | 0 | 0.00086575014 | |
| 15134025 | 2 years ago | | | 0 | 0.0019004415 | |
| 15134009 | 2 years ago | | | 0 | 0.0026520494 | |
| 15132986 | 2 years ago | | | 0 | 0.00070648107 |
ABI
ABI objects
Getter at block 21084051
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
2
maxPerWallet() view returns (uint256)
6
maxSupply() view returns (uint256)
5555
name() view returns (string)
disguisedwtf
owner() view returns (address)
0x7fac9c8e998bb961181a2bb000a547351c9be4c9
symbol() view returns (string)
DISGUISED
totalSupply() view returns (uint256)
1287
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmYe2bEiqHLufhQtbqVaXcsxUwYSfBVVLhE44TQckbYUU6
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()