Constraint by Eric Andwer
Verified contract
Proxy
Active on
Ethereum with 76 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Constraint by Eric Andwer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21176527 | a month ago | | | 0 | 0.0020109528 | |
| 20900565 | 2 months ago | | | 0 | 0.00039446884 | |
| 20886383 | 2 months ago | | | 0 | 0.00045658522 | |
| 20875718 | 2 months ago | | | 0 | 0.00038044667 | |
| 20764138 | 3 months ago | | | 0 | 0.00065015944 | |
| 20683671 | 3 months ago | | | 0 | 0.00017855790 | |
| 20348146 | 5 months ago | | | 0 | 0.00069042723 | |
| 19712696 | 8 months ago | | | 0 | 0.00094196960 | |
| 19598257 | 8 months ago | | | 0 | 0.00082033904 | |
| 19516225 | 9 months ago | | | 0 | 0.0010893456 |
ABI
ABI objects
Getter at block 21385884
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseUri() view returns (string)
ipfs://bafybeicc3flm3srvflr5rlckeadtc6mqf3glcmhgi5iobrrcpkjzhszru4
_name() view returns (string)
Constraint by Eric Andwer
creator() view returns (address)
0x6f428125816d1114f838529cc0eaff5a06b258c4
gatewayManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
mintingManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name() view returns (string)
Constraint by Eric Andwer
owner() view returns (address)
0x6f428125816d1114f838529cc0eaff5a06b258c4
symbol() view returns (string)
totalSupply() view returns (uint256)
232
Read-only
_balances(address) view returns (uint256)
_owners(uint256) view returns (address)
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, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
batchMintWithCreator(address[] to, uint256[] tokenIds)
initDefaultOperatorFilterer()
initOperatorFilterer(address subscriptionOrRegistrantToCopy, bool subscribe)
initialize(string uri_, address minter_, address gatewayManager_, string contractName_, uint256 royaltyValue_, address owner_)
mintWithCreator(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setGatewayManager(address gatewayManager_)
setMintingManager(address minter_)
setRoyalties(address royaltyRecipient, uint256 royaltyValue)
setURI(string newuri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)