APE DAO REMIX!
Verified contract
Active on
Ethereum with 10,817 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
2 additional
variables
Balances ($165.84)
Native
Value
$165.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,316.76 |
$165.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205402 | 10 days ago | | | 0 | 0.00042698928 | |
| 21193569 | 11 days ago | | | 0 | 0.0016199664 | |
| 21161104 | 16 days ago | | | 0 | 0.00061218779 | |
| 21119683 | 22 days ago | | | 0 | 0.00014809481 | |
| 21116913 | 22 days ago | | | 0 | 0.00034017935 | |
| 21101278 | 24 days ago | | | 0 | 0.00042371709 | |
| 21099615 | 24 days ago | | | 0 | 0.00013325301 | |
| 21086920 | a month ago | | | 0 | 0.0011944862 | |
| 21070185 | a month ago | | | 0 | 0.00084033419 | |
| 21070179 | a month ago | | | 0 | 0.00070323466 |
ABI
ABI objects
Getter at block 21275095
apedTokenAddress() view returns (address)
0xfa898efdb91e35bd311c45b9b955f742b6719aa2
baseURI() view returns (string)
https://storageapi.fleek.co/apedao-bucket/
distributionActive() view returns (bool)
false
maximumMintLimit() view returns (uint256)
5
maximumSupply() view returns (uint256)
5550
mintPrice() view returns (uint256)
200000000000000000
name() view returns (string)
APE DAO REMIX!
owner() view returns (address)
0xa9631d83c5bc5f3676922227e5fe3655db078ecf
paused() view returns (bool)
false
preMintingActive() view returns (bool)
true
provenanceHash() view returns (string)
f18140912ab061fe61519e8756c9a84e17fcf4886f308d26d9276d66e48f8cfb
symbol() view returns (string)
APEDREMIX
totalSupply() view returns (uint256)
5550
walletRestrictionActive() view returns (bool)
true
Read-only
apedTokensForTier(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAmountPreMintable(address _userAddress) view returns (uint256 amountPreMintable)
getApproved(uint256 tokenId) view returns (address)
getClaimableApedTokens(uint256 _tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimApedTokens(uint256[] _tokenIds)
mintApeDaoRemix(uint256 _quantity) payable
ownerMint(uint256 _quantity)
pause()
preMint(uint256 _quantity) payable
pushPreMinters(address[] _preMinters, uint256 _amount)
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_)
setTokenTiers(uint256[] _tokenIds, uint8 _tier)
setTokenURI(uint256 _tokenId, string _tokenURI)
toggleDistributionActive()
togglePreMintingActive()
toggleWalletRestrictionActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawTokens(address token)
ApeDaoRemixMinted(address account, uint256 tokenId)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _apeDaoContract, string _provenance)
receive()
This contract contains no error objects.