TheEuropeans
Verified contract
Active on
Ethereum with 4,633 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EU | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20797861 | 2 months ago | | | 0 | 0.00044311756 | |
| 20796249 | 2 months ago | | | 0 | 0.00067799207 | |
| 20156034 | 5 months ago | | | 0 | 0.000061793865 | |
| 20069118 | 5 months ago | | | 0 | 0.00096701885 | |
| 20001305 | 6 months ago | | | 0 | 0.00020255324 | |
| 19736075 | 7 months ago | | | 0 | 0.00022314820 | |
| 18941874 | 10 months ago | | | 0 | 0.00087707640 | |
| 18941874 | 10 months ago | | | 0 | 0.00087404165 | |
| 18525974 | a year ago | | | 0 | 0.0015824704 | |
| 18249988 | a year ago | | | 0 | 0.00037413406 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 amount) view returns (uint256)
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)
giveaway(address[] _to, uint256 amount)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMintFreeSupply(uint256 _free_supply)
setMintMaxSupply(uint256 _max_supply)
setMintPublicPrice(uint256 _price)
setMintStatus(uint256 _status)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()