TheEuropeans

Verified contract

Active on Ethereum with 4,633 txns
Deployed by via 0x09563298 at 15168094
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#6281)
ERC-721
--
0x2a6d75d2b3113599383c01b9a8e7666a101317882899c7e33e1d7cab6d107cfa
0x7a0cd920ca1f439715b39599c72ff68baa8d1aeecd7f54481fc18b8378fc9e9a
0x9f59978cb49a7638b42f2c52cf55aa511241aa65109956c4b2989b3f9d8975c7
0x2b2d042bdaee985d4ba116797f4470117e1bd13124ba8666084ba6e288162d33
0x12b3188212304671248ff7f72567be0a1ac645f8e20a899026a4204c9197db03
0x9f1578379b0a20c3fd0f08610341bdb02e23254b1325008020a608f03be17c93
0x86b3f13c0e347fa946b06e7c49ebb5c9471bd7d23ce31d53bbd53d2b6640379a
0xf2dc95db84f1b7d43d739643e27ad993c877d1405179b984940efa9dc00b0e65
0x4d224b815eac0f62ab32749a2b87ccaa30132367fb253109cc1bb319488d7f83
0x68dce52e5907821d380f86d0d48c44e2b08eb487db88cc45acfcea9c2d48cdfe

Functions
Getter at block 21223117
FREE_SUPPLY(view returns (uint256)
10000
MAX_SUPPLY(view returns (uint256)
10000
TEAM_SUPPLY(view returns (uint256)
300
mint_status(view returns (uint256)
1
name(view returns (string)
TheEuropeans
owner(view returns (address)
0x86ffc100f581534d42707574dd893cff66d6388a
public_price(view returns (uint256)
700000000000000
symbol(view returns (string)
EU
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPrice(uint256 amountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
giveaway(address[] _touint256 amount
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMintFreeSupply(uint256 _free_supply
setMintMaxSupply(uint256 _max_supply
setMintPublicPrice(uint256 _price
setMintStatus(uint256 _status
transferFrom(address fromaddress touint256 tokenId
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(