ApeDaoLegends
Verified contract
Active on
Ethereum with 2,722 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 "ApeDaoLegends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216271 | a day ago | | | 0 | 0.0010724194 | |
| 20672454 | 3 months ago | | | 0 | 0.00010992269 | |
| 20296492 | 4 months ago | | | 0 | 0.000033559296 | |
| 20167262 | 5 months ago | | | 0 | 0.00019027142 | |
| 19728994 | 7 months ago | | | 0 | 0.00017551114 | |
| 19688153 | 7 months ago | | | 0 | 0.00044874085 | |
| 19314831 | 9 months ago | | | 0 | 0.00089999754 | |
| 18953205 | 10 months ago | | | 0 | 0.0014462726 | |
| 18952002 | 10 months ago | | | 0 | 0.00069434197 | |
| 18908416 | a year ago | | | 0 | 0.00052708671 |
ABI
ABI objects
Getter at block 21226488
baseURI() view returns (string)
https://storageapi.fleek.co/apedao-bucket/legends/
currentMerkleRoot() view returns (bytes32)
0x17a32cec3bb686db4b8e999b5dde6d3e5ade58bbb1742218fbe9d19b89c94f07
mintTokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa9631d83c5bc5f3676922227e5fe3655db078ecf
paused() view returns (bool)
true
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenName(uint256) view returns (string)
tokens(uint256) view returns (uint256 mintPrice, uint256 maxSupply, uint256 maxTransactionLimit, string name, uint256 mintTokenRequired)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events addToken(uint256 _mintPrice, uint256 _maxSupply, uint256 _mintTokenRequired, uint256 _maxTransactionLimit, string _name)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
editToken(uint256 _tokenIndex, uint256 _mintPrice, uint256 _mintTokenRequired, uint256 _maxTransactionLimit)
mintLegends(uint256[] _tokenIds, uint256[] _quantities, bytes32[] _proof) payable
ownerMint(address _to, uint256 _tokenId, uint256 _quantity)
pauseSale()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setMintTokenAddress(address _address)
transferOwnership(address newOwner)
unpauseSale()
withdraw()
withdrawTokens(address token)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _baseURI)
receive()
This contract contains no error objects.