Confirmed Chaos By Anon
Verified contract
Active on
Ethereum with 1,917 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 "Confirmed Chaos By Anon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19730314 | 7 months ago | | | 0 | 0.00024008962 | |
| 19153422 | 9 months ago | | | 0 | 0.00047463067 | |
| 18838899 | a year ago | | | 0 | 0.00099720464 | |
| 18772105 | a year ago | | | 0 | 0.0028230775 | |
| 18603617 | a year ago | | | 0 | 0.00089930800 | |
| 17787763 | a year ago | | | 0 | 0.0028375942 | |
| 17787762 | a year ago | | | 0 | 0.0017728187 | |
| 17296363 | a year ago | | | 0 | 0.0013040468 | |
| 17096517 | 2 years ago | | | 0 | 0.0014167295 | |
| 17096514 | 2 years ago | | | 0 | 0.0019541292 |
ABI
ABI objects
Getter at block 21209939
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
difficulty() view returns (uint256)
130
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
999
name() view returns (string)
Confirmed Chaos By Anon
owner() view returns (address)
0x85d88c252680abdf28f018cc02b65470587051b0
price() view returns (uint256)
1000000000000000
raffle() view returns (bool)
false
symbol() view returns (string)
CBA
totalSupply() view returns (uint256)
999
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 operator, uint256 tokenId) payable
mint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setPrice(uint256 newPrice, uint256 maxT)
short(uint256 maxT)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()