AsterFi
Verified contract
Active on
Ethereum with 3,243 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
Balances ($196,276.74)
Native
Value
$124,824.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 37.6 | $3,319.81 |
$124,824.86 | |
WBTC | ERC-20 | 0.290502 | $88,087.00 |
$25,589.47 | |
WETH | ERC-20 | 3.75115 | $3,319.49 |
$12,451.91 | |
LINK | ERC-20 | 656.419573 | $14.71 |
$9,655.93 | |
UNI | ERC-20 | 540.397449 | $9.52 |
$5,144.58 | |
FTM | ERC-20 | 5.978164K | $0.812855 |
$4,859.38 | |
ENS | ERC-20 | 227.884355 | $19.87 |
$4,528.06 | |
MATIC | ERC-20 | 8.440552K | $0.420841 |
$3,552.13 | |
APE | ERC-20 | 2.21176K | $1.17 |
$2,587.76 | |
BAT | ERC-20 | 11.380954K | $0.195201 |
$2,221.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162209 | a day ago | | | 0 | 0.00045319382 | |
| 21162205 | a day ago | | | 0 | 0.00045830761 | |
| 21162202 | a day ago | | | 0 | 0.00078554437 | |
| 21158385 | a day ago | | | 0 | 0.00096793917 | |
| 21157873 | 2 days ago | | | 0 | 0.0030872669 | |
| 21157679 | 2 days ago | | | 0 | 0.00064446007 | |
| 21155420 | 2 days ago | | | 0 | 0.0016670216 | |
| 21152263 | 2 days ago | | | 0 | 0.00041061856 | |
| 21152258 | 2 days ago | | | 0 | 0.00040859603 | |
| 21151824 | 2 days ago | | | 0 | 0.00041685202 |
ABI
ABI objects
Getter at block 21168629 adminFullBalance() view returns (uint256 ETH, uint256 token1, uint256 token2, uint256 token3, uint256 token4, uint256 token5, uint256 token6, uint256 token7, uint256 token8, uint256 token9, uint256 token10)
AdminBalance() view returns (uint256)
0
BaseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmWXqT9be75q1k7Nj2MRP7xpUiFTk2omx8PcuxDgXKGX38/
MAX_SUPPLY() view returns (uint256)
2000
NotRevealedURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmddV74ji46u9BoXnSqu2FuXrnj9F7n5SYNzgc1v4nwex5/
PRICE() view returns (uint256)
500000000000000000
PublicBackupPercentage() view returns (uint256)
30
REVEAL() view returns (bool)
true
WLBackupPercentage() view returns (uint256)
40
contractStatus() view returns (uint8)
3
merkleRoot() view returns (bytes32)
0xa01a2691f476a9951823d0d2786fe4479a346643b7124a1e972116a4d7689bb5
name() view returns (string)
AsterFi
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe955c098abdc6e266068e5e7fd2367b6713911ae
supplyCounter() view returns (uint16)
2000
symbol() view returns (string)
ASFI
tokenPerWL() view returns (uint8)
3
totalSupply() view returns (uint256)
1822
Read-only
adminTokenBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftInfos(uint256) view returns (bool revealed, uint8 tokenDecimal, uint256 backupLimit, uint256 backupAmount, address tokenBackup)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string)
verifyAddress(bytes32[] _merkleProof, address _address) view returns (bool)
State-modifying
Events DepositNFT(uint256 _id) payable
Mint(uint256 _amount) payable
PrivateInvestorsDrop(uint256[] _amounts, address[] _investors)
RevealNFT(uint256 _id)
WhitelistMint(bytes32[] _merkleProof, uint256 _amount) payable
WithdrawNFTBackup(uint256 _id, uint256 _amount)
acceptOwnership()
adminWithdrawTokens(address _tokenAddr)
approve(address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setMerkleRoot(bytes32 merkleRootHash)
setNotRevealedURI(string _URI)
startReveal()
startSale()
startWL()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address _NewOwner)
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()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()