ABSOLUTELY DO NOT MINT
Verified contract
Active on
Ethereum with 5,521 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 "ABSOLUTELY DO NOT MINT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288135 | 2 hours ago | | | 0 | 0.00072496380 | |
| 21165568 | 17 days ago | | | 0 | 0.0017349160 | |
| 21108470 | 25 days ago | | | 0 | 0.00028695778 | |
| 21106600 | 25 days ago | | | 0 | 0.000088687448 | |
| 20962872 | a month ago | | | 0 | 0.00049735258 | |
| 20944610 | 2 months ago | | | 0 | 0.00029436935 | |
| 20932079 | 2 months ago | | | 0 | 0.00046598012 | |
| 20712291 | 3 months ago | | | 0 | 0.00020067350 | |
| 20657395 | 3 months ago | | | 0 | 0.000069289613 | |
| 20657272 | 3 months ago | | | 0 | 0.00011313562 |
ABI
ABI objects
Getter at block 21288711
MAX_IDIOTS() view returns (uint256)
8888
PRICE() view returns (uint256)
80000000000000000
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmVfpFP2Ws5HLAQRpoxPb8EDFwrp6LHZrUnzMrPQmVDEau/
name() view returns (string)
ABSOLUTELY DO NOT MINT
owner() view returns (address)
0x7a373f9a3f27af9e8fbb9a462a71601046815f14
paused() view returns (bool)
false
symbol() view returns (string)
IDIOT
totalSupply() view returns (uint256)
3743
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events ABSOLUTELY_DO_NOT_CALL_THIS_MINT_FUNCTION_YOU_IDIOT_UR_DUMB(uint256 count) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
pause()
renounceOwnership()
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)
transferOwnership(address newOwner)
unpause()
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateIDIOT(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.