Alfie World Co.
Verified contract
Active on
Ethereum with 4,761 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 "Alfie World Co."
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20967270 | 22 days ago | | | 0 | 0.00076255789 | |
| 20854758 | a month ago | | | 0 | 0.00031160470 | |
| 20848909 | a month ago | | | 0 | 0.00032575707 | |
| 20839796 | a month ago | | | 0 | 0.00050797947 | |
| 20639451 | 2 months ago | | | 0 | 0.000019589670 | |
| 20495887 | 3 months ago | | | 0 | 0.000051110031 | |
| 20402747 | 3 months ago | | | 0 | 0.000095212932 | |
| 20402745 | 3 months ago | | | 0 | 0.000096626852 | |
| 20402744 | 3 months ago | | | 0 | 0.00016282720 | |
| 20395711 | 3 months ago | | | 0 | 0.000031437000 |
ABI
ABI objects
Getter at block 21123418
AlfiePrice() view returns (uint256)
10
baseTokenURI() view returns (string)
https://alfieworld.mypinata.cloud/ipfs/QmcmpZ3prtZ92E75vqnHPg6p7PGZHrEZDQLHuBLup5TsQR/
maxAlfiePurchase() view returns (uint256)
10
maxAlfiePurchasePresale() view returns (uint256)
5
maxAlfies() view returns (uint256)
8888
merkleRoot() view returns (bytes32)
0xa365d41a738bcb0f35c462a201cb10aa8972a03f51631559c5f058ea76455020
name() view returns (string)
Alfie World Co.
owner() view returns (address)
0xc8523ad5f2da8ae4985361f29519c983d25ce136
presaleStartTime() view returns (uint256)
1653421500
startTime() view returns (uint256)
0
symbol() view returns (string)
ALFIE
totalSupply() view returns (uint256)
8888
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintAlfie(uint256 numberOfTokens) payable
presaleMintAlfie(uint256 numberOfTokens, bytes32[] proof) payable
recoverERC20(address tokenAddress, address to, uint256 amountToRecover)
renounceOwnership()
reserveAlfies(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAlfiePrice(uint256 _AlfiePrice)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setPresaleStartTime(uint256 _presaleStartTime)
setStartTime(uint256 _startTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _merkleRoot)
withdraw()
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)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.