The Konfusor
Verified contract
Active on
Ethereum with 121 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 "The Konfusor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18201435 | a year ago | | | 0 | 0.00015970120 | |
| 18196165 | a year ago | | | 0 | 0.00023652772 | |
| 18196163 | a year ago | | | 0 | 0.00023226187 | |
| 18195541 | a year ago | | | 0 | 0.00077269711 | |
| 18180492 | a year ago | | | 0 | 0.00085206164 | |
| 18177191 | a year ago | | | 0 | 0.0019732158 | |
| 18177175 | a year ago | | | 0 | 0.0017490178 | |
| 18177156 | a year ago | | | 0 | 0.00031293717 | |
| 18177093 | a year ago | | | 0 | 0.0014183810 | |
| 18177070 | a year ago | | | 0 | 0.0015436240 |
ABI
ABI objects
Getter at block 21214569
cost() view returns (uint256)
2000000000000000
freeAmount() view returns (uint256)
2
hiddenMetadataUrl() view returns (string)
isRevealed() view returns (bool)
true
maxFreeSupply() view returns (uint256)
3000
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
4444
name() view returns (string)
The Konfusor
owner() view returns (address)
0x5b09cb31ed6676a159f24a47214f038a876cc628
pause() view returns (bool)
true
symbol() view returns (string)
The Konfusor
totalSupply() view returns (uint256)
221
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)
userBalance(address) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 mintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 mintAmount) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURL)
setCost(uint256 _newCost)
setFreeAmount(uint256 _newAmt)
setMaxFreeSupply(uint256 newMaxFreeSupply)
setMaxPerWallet(uint256 _newAmt)
setMaxSupply(uint256 newMaxSupply)
setPause(bool _state)
sethiddenMetadataUrl(string _hiddenMetadataUrl)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseMetadataUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()