Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa09d…ca75
-
variable spans 9999 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APRON | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19438604 | 8 months ago | | | 0 | 0.0020613587 | |
| 19252604 | 9 months ago | | | 0 | 0.00096927600 | |
| 17391353 | a year ago | | | 0 | 0.0032196308 | |
| 17011394 | 2 years ago | | | 0 | 0.00055151082 | |
| 16751439 | 2 years ago | | | 0 | 0.0019730972 | |
| 16751319 | 2 years ago | | | 0 | 0.0055671306 | |
| 15887247 | 2 years ago | | | 0 | 0.00037637032 | |
| 15757239 | 2 years ago | | | 0 | 0.00071003673 | |
| 15751502 | 2 years ago | | | 0 | 0.00072369804 | |
| 15492167 | 2 years ago | | | 0 | 0.0026368486 |
ABI
ABI objects
Getter at block 21219309
contractURI() view returns (string)
hasOwnerMintOne() view returns (bool)
true
isSaleOn() view returns (bool)
true
maxFreeSingleMints() view returns (uint256)
200
name() view returns (string)
Tendies
numOfSingleMints() view returns (uint256)
200
numTotalTendies() view returns (uint256)
10000
owner() view returns (address)
0x7be0f7cdaf17fbb4f5cdcfdb625c7c608472a094
symbol() view returns (string)
TENDIES
totalSupply() view returns (uint256)
1478
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCostForMintingTendies(uint256 _numToMint) view returns (uint256)
getTendiesBelongingToOwner(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 approve(address to, uint256 tokenId)
endSale()
mintFive() payable
mintOne() payable
mintTwenty() payable
ownerMintOne()
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)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ApronsMintedInTransaction(address indexed receiver, uint256 indexed numAprons)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address apronsToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.