AthleteHero Shoeboxes
Verified contract
Active on
Ethereum with 486 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 "AthleteHero Shoeboxes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20098623 | 5 months ago | | | 0 | 0.00017797294 | |
| 19834857 | 6 months ago | | | 0 | 0.00021221498 | |
| 17333225 | a year ago | | | 0 | 0.0017035412 | |
| 17296733 | a year ago | | | 0 | 0.0061409703 | |
| 17010089 | 2 years ago | | | 0 | 0.0017284468 | |
| 16925564 | 2 years ago | | | 0 | 0.0010656137 | |
| 16855359 | 2 years ago | | | 0 | 0.0030059419 | |
| 16762962 | 2 years ago | | | 0 | 0.0026070662 | |
| 16745703 | 2 years ago | | | 0 | 0.00091994566 | |
| 16688553 | 2 years ago | | | 0 | 0.0044114036 |
ABI
ABI objects
Getter at block 21099634
cost() view returns (uint256)
0
costWhitelist() view returns (uint256)
0
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
1000
name() view returns (string)
AthleteHero Shoeboxes
owner() view returns (address)
0x8f81809a77117d83c823fcf1a8c30c62e18e3bc4
pauseGeneralMint() view returns (bool)
false
pauseWhitelistMint() view returns (bool)
true
paused() view returns (bool)
false
symbol() view returns (string)
AHS
totalSupply() view returns (uint256)
404
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnerOf(uint256 tokenId) view returns (address owner)
getTokenIds(address _owner) 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 addWhiteList(address[] addresses, uint256[] mintAmounts)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _mintAmount) payable
mintWhitelist(uint256 _mintAmount) payable
ownerMint(address to, uint256 _mintAmount)
pausedGeneralMint(bool _pauseValue)
pausedWhitelistMint(bool _pauseValue)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _cost, uint256 _costWhitelist)
setSupply(uint256 _newMaxSupply, uint256 _newMaxAmount)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.