Fundaes
Verified contract
Active on
Ethereum with 3,901 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 "Fundaes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103125 | 10 days ago | | | 0 | 0.000099261000 | |
| 21024356 | 21 days ago | | | 0 | 0.00020327801 | |
| 20985173 | a month ago | | | 0 | 0.0020403773 | |
| 20960200 | a month ago | | | 0 | 0.00038415330 | |
| 20878409 | a month ago | | | 0 | 0.00060179061 | |
| 20700933 | 2 months ago | | | 0 | 0.000092939113 | |
| 20699548 | 2 months ago | | | 0 | 0.00013708955 | |
| 20651917 | 2 months ago | | | 0 | 0.000026246598 | |
| 20645409 | 2 months ago | | | 0 | 0.000033956232 | |
| 20598749 | 3 months ago | | | 0 | 0.000067008036 |
ABI
ABI objects
Getter at block 21176983 getContractBalance() view returns (uint256)
contractOwner() view returns (address)
0x115774e8a50958969c2605c7c9adf86691dd49de
getBaseURI() view returns (string)
https://fundaes.io/api/nft/
giveawayMerkleRoot() view returns (bytes32)
0x47db0ab7a742c6251cae87aa9ef532b78de3bcf7a1918d103310c992a0a8536b
maxBuy() view returns (uint8)
250
maxGiveaway() view returns (uint8)
3
mintPrice() view returns (uint256)
33000000000000000
name() view returns (string)
Fundaes
ogMax() view returns (uint8)
5
ogMerkleRoot() view returns (bytes32)
0x31d89758d379730cd8bd28477d8a3e7a41f3f032090cda15bb0e4ed747d7a9e9
owner() view returns (address)
0x115774e8a50958969c2605c7c9adf86691dd49de
phase() view returns (uint8)
2
presalePrice() view returns (uint256)
66000000000000000
supply() view returns (uint256)
2222
sweetMerkleRoot() view returns (bytes32)
0x0906a4d9153a64044e2c0004779dbeb328ffcb4cb9a5706bc49ec24086396b66
sweetlistMax() view returns (uint8)
3
symbol() view returns (string)
FUNS
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
manualSweetlist(address) view returns (bytes1)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletBuys(address) view returns (uint8)
State-modifying
Events approve(address to, uint256 tokenId)
changeGiveawayRootHash(bytes32 _rootHash)
changeOGRootHash(bytes32 _rootHash)
changeSweetRootHash(bytes32 _rootHash)
changeTreasury(address _newWallet)
giveawayMint(uint8 quantity, bytes32[] _merkleProof) payable
mint(uint256 quantity) payable
mintForAddress(address[] _addresses, uint256 quantity)
ogMint(uint8 _mintAmount, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxBuy(uint8 _maxBuy)
setMintPrice(uint256 _newPrice)
setPhase(uint8 _phase)
setPresalePrice(uint256 _newPrice)
sweetlist(address _user, bytes1 _status)
sweetlistAddress(address[] _user, bytes1 _status)
sweetlistMint(uint8 _mintAmount, bytes32[] _merkleProof) payable
teamMint(uint8 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSupply(uint256 _supply)
withdraw() payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.