XCOPE PE
Verified contract
Active on
Ethereum with 1,118 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 "XCOPE PE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20652874 | 3 months ago | | | 0 | 0.00010393035 | |
| 17582842 | a year ago | | | 0 | 0.00083704237 | |
| 17470500 | a year ago | | | 0 | 0.00072359174 | |
| 17470499 | a year ago | | | 0 | 0.00075757930 | |
| 17470493 | a year ago | | | 0 | 0.0010370820 | |
| 16784535 | 2 years ago | | | 0 | 0.0017490199 | |
| 16784248 | 2 years ago | | | 0 | 0.0016387303 | |
| 16758941 | 2 years ago | | | 0 | 0.0010524492 | |
| 16757337 | 2 years ago | | | 0 | 0.0017517936 | |
| 16727659 | 2 years ago | | | 0 | 0.0019410394 |
ABI
ABI objects
Getter at block 21381445
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxFreeNumerAddr() view returns (uint256)
1
maxSupply() view returns (uint256)
666
name() view returns (string)
XCOPE PE
owner() view returns (address)
0x930ccae49983de24a5b18c8c76ce58b3f7cc67a6
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
XCOPEPE
totalSupply() view returns (uint256)
666
uriSuffix() view returns (string)
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
giveaway(address rec, uint256 amount)
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)
setMaxFreePerAddr(uint256 maxTx)
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()