Abstraction Convolution
Verified contract
Proxy
Active on
Ethereum with 244 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "Abstraction Convolution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16705562 | 2 years ago | | | 0 | 0.0013326963 | |
| 16632569 | 2 years ago | | | 0 | 0.00075487642 | |
| 16628013 | 2 years ago | | | 0 | 0.0040188562 | |
| 16627990 | 2 years ago | | | 0 | 0.0018966671 | |
| 16627680 | 2 years ago | | | 0.02 | 0.0024836696 | |
| 16627646 | 2 years ago | | | 0.02 | 0.0018754689 | |
| 16627590 | 2 years ago | | | 0.02 | 0.0022499003 | |
| 16627560 | 2 years ago | | | 0 | 0.0020558923 | |
| 16627540 | 2 years ago | | | 0 | 0.0016964160 | |
| 16627484 | 2 years ago | | | 0 | 0.0026187185 |
ABI
ABI objects
Getter at block 21181194
implementation() view returns (address)
0xb038e47399aef432fdfd117c0d83b0fb6e9eff85
cost() view returns (uint256)
2000000000000000
initialized() view returns (bool)
true
maxSupply() view returns (uint256)
512
name() view returns (string)
Abstraction Convolution
owner() view returns (address)
0x3a64aa3767397fbf50d53c92bf18f4f6a41b31ee
symbol() view returns (string)
AC
totalSupply() view returns (uint256)
312
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) payable
initData(string name, string token, string u, uint256 max, uint256 c)
mint(uint256 amount) payable
reserve(address rec, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMaxFreePerAddr(uint256 maxTx, uint256 maxS)
seturi(string u)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Upgraded(address indexed implementation)
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(address _logic)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()