Irregular Conditions
Verified contract
Active on
Ethereum with 569 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 "Irregular Conditions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20903829 | 2 months ago | | | 0 | 0.00026962885 | |
| 20895403 | 2 months ago | | | 0 | 0.00014398569 | |
| 19860699 | 7 months ago | | | 0 | 0.00085725416 | |
| 18521594 | a year ago | | | 0 | 0.0016018018 | |
| 18205342 | a year ago | | | 0 | 0.00032903870 | |
| 18006687 | a year ago | | | 0 | 0.00089738142 | |
| 17869586 | a year ago | | | 0 | 0.00078358481 | |
| 17481420 | a year ago | | | 0 | 0.0014014251 | |
| 17481362 | a year ago | | | 0 | 0.0012541324 | |
| 17434881 | a year ago | | | 0 | 0.0011397441 |
ABI
ABI objects
Getter at block 21324148
amountLeft() view returns (uint256)
0
artistProofs() view returns (uint256)
10
baseURI() view returns (string)
https://www.irregularconditions.art/api/
baseURILocked() view returns (bool)
false
maxMints() view returns (uint256)
5
maxSupply() view returns (uint256)
500
mintActive() view returns (bool)
true
mintPrice() view returns (uint256)
20000000000000000
name() view returns (string)
Irregular Conditions
owner() view returns (address)
0x57d3e72cb9dc03c1b66a8844d930f11f293b5867
royaltyFeeBp() view returns (uint256)
1500
symbol() view returns (string)
IC
totalSupply() view returns (uint256)
500
withdrawalAddress() view returns (address)
0x0000000000000000000000000000000000000000
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintArtistProofs()
mintState() returns (bool)
mintToken(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseLocked() returns (bool)
setBaseURI(string _url)
setRoyaltyFeeBp(uint256 _royaltyFeeBp)
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)
baseURIUpdated(string newBaseURL)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()