Immutable Apes X
Verified contract
Active on
Ethereum with 3,618 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 "Immutable Apes X"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21020900 | a month ago | | | 0 | 0.00028600487 | |
| 20491005 | 3 months ago | | | 0 | 0.000070657395 | |
| 18639964 | a year ago | | | 0 | 0.0013504177 | |
| 18358559 | a year ago | | | 0 | 0.00030621860 | |
| 16977911 | 2 years ago | | | 0 | 0.0018565224 | |
| 16952260 | 2 years ago | | | 0 | 0.00092757708 | |
| 16952241 | 2 years ago | | | 0 | 0.0010115033 | |
| 16908172 | 2 years ago | | | 0 | 0.00060590502 | |
| 16759441 | 2 years ago | | | 0 | 0.00090520132 | |
| 16747321 | 2 years ago | | | 0 | 0.00045651485 |
ABI
ABI objects
Getter at block 21213816
earlySupply() view returns (uint16)
10000
imx() view returns (address)
0x5fdcca53617f4d2b9134b29090c87d01058e27e9
maxPublic() view returns (uint8)
5
maxTx() view returns (uint8)
5
name() view returns (string)
Immutable Apes X
nonce() view returns (uint16)
7669
owner() view returns (address)
0xc9e61d598b4f3a22e1fc9928e8954c79eb8f02fd
paymentAddress() view returns (address)
0x5d4aa08db128a9960364e1ff270af6ab676d38ee
presale() view returns (bool)
false
price() view returns (uint256)
70000000000000000
sale() view returns (bool)
false
symbol() view returns (string)
APESX
totalSupply() view returns (uint16)
7668
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPresaleWalletAmount(address _wallet) view returns (uint8)
getSaleWalletAmount(address _wallet) view returns (uint8)
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)
buy(uint8 _qty) payable
buyPresale(uint8 _qty) payable
giveaway(address _to, uint8 _qty)
mintFor(address user, uint256 quantity, bytes mintingBlob)
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_)
setEarlySupply(uint16 _limitSupply)
setIMX(address _imx)
setMaxPublic(uint8 _maxPublic)
setMaxTx(uint8 _maxTx)
setPresale(bool _value)
setPresaleWalletsAmounts(address[] _a, uint8[] _amount)
setPrice(uint256 _newPrice)
setSale(bool _value)
setTotalSupply(uint16 _newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address indexed to, uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentComplete(address indexed to, uint16 nonce, uint16 quantity)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(uint256 amount)
constructor(string _name, string _ticker, uint256 _price, uint16 _totalSupply, uint8 _maxTx, uint8 _maxPublic, string baseURI_, address[] _presaleWallets, uint8[] _presaleAmounts, address _paymentAddress, address _imx)
This contract contains no fallback and receive objects.
This contract contains no error objects.