Immortal Ape
Verified contract
Active on
Ethereum with 3,222 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($0.00)
No balances found for "Immortal Ape"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241054 | 6 days ago | | | 0 | 0.00049602010 | |
| 21224024 | 8 days ago | | | 0 | 0.00092912131 | |
| 21211494 | 10 days ago | | | 0 | 0.00028505576 | |
| 20597755 | 3 months ago | | | 0 | 0.000057441044 | |
| 20545385 | 3 months ago | | | 0 | 0.000046667913 | |
| 20426606 | 4 months ago | | | 0 | 0.00027883465 | |
| 20412960 | 4 months ago | | | 0 | 0.00014132105 | |
| 20092540 | 5 months ago | | | 0 | 0.00050980302 | |
| 19915556 | 6 months ago | | | 0 | 0.00092749313 | |
| 19826257 | 7 months ago | | | 0 | 0.00035380790 |
ABI
ABI objects
Getter at block 21284011
MintPrice() view returns (uint256)
70000000000000000
PreSaleStarted() view returns (bool)
false
PublicSaleStarted() view returns (bool)
true
baseURI() view returns (string)
https://immortalape.com/metadata/
getPrice() view returns (uint256)
70000000000000000
getWorkflowStatus() view returns (uint256)
3
giftCount() view returns (uint256)
0
isBurnEnabled() view returns (bool)
false
maxCount() view returns (uint256)
10
maxGiftSupply() view returns (uint256)
33
maxTotalSupply() view returns (uint256)
3300
name() view returns (string)
Immortal Ape
owner() view returns (address)
0x8cc43ea98f22aaea1c7c5e54127846bffbf8351a
paused() view returns (bool)
false
presaleCount() view returns (uint256)
573
symbol() view returns (string)
IA
totalNFT() view returns (uint256)
2079
totalReleased() view returns (uint256)
196910000000000000060
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
2079
workflow() view returns (uint8)
2
Read-only
_giftClaimed(address) view returns (uint256)
_presaleClaimed(address) view returns (uint256)
_saleClaimed(address) view returns (uint256)
_totalClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnPresaleList(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
State-modifying
Events addToPresaleList(address[] _addresses)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
giftMint(address[] _addresses)
mainMint(uint256 _amount) payable
pause()
release(address account)
removeFromPresaleList(address[] _addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _tokenBaseURI)
setIsBurnEnabled(bool _isBurnEnabled)
setPreSaleStarted(bool _PreSaleStarted)
setPrice(uint256 _amount)
setPublicSaleStarted(bool _PublicSaleStarted)
setUpSale(bool _PublicSaleStarted)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangeBaseURI(string _baseURI)
ChangeIsBurnEnabled(bool _isBurnEnabled)
ChangeMintPrice(uint256 _MintPrice)
ChangePreSaleStarted(bool _PreSaleStarted)
ChangePublicSaleStarted(bool _PublicSaleStarted)
GiftMint(address indexed _recipient, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
PresaleMint(address indexed _minter, uint256 _amount, uint256 _price)
SaleMint(address indexed _minter, uint256 _amount, uint256 _price)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpause()
WorkflowStatusChange(uint8 previousStatus, uint8 newStatus)
constructor()
receive()
This contract contains no error objects.