Toons Society
Verified contract
Active on
Ethereum with 379 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Toons Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18921338 | a year ago | | | 0 | 0.0013322535 | |
| 16877979 | 2 years ago | | | 0 | 0.00086194350 | |
| 16840097 | 2 years ago | | | 0 | 0.0010986477 | |
| 16763834 | 2 years ago | | | 0 | 0.0015553536 | |
| 16169200 | 2 years ago | | | 0 | 0.0018915604 | |
| 16082564 | 2 years ago | | | 0 | 0.00057459980 | |
| 15847090 | 2 years ago | | | 0 | 0.0011130144 | |
| 15838197 | 2 years ago | | | 0 | 0.00058161804 | |
| 15722895 | 2 years ago | | | 0 | 0.014985495 | |
| 15709838 | 2 years ago | | | 0 | 0.00088210722 |
ABI
ABI objects
Getter at block 21221353
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://ts.mypinata.cloud/ipfs/QmfFNVFyG8PsEjuL65T9JW2YzxjdetRk78EBJJTDN4cckZ/
contractURI() view returns (string)
https://ts.mypinata.cloud/ipfs/QmfT1wnPq1BC73vQ1Q7mkaU6h8CFUQ2sFKiPW2txVQDrMe
maxMintAmount() view returns (uint256)
20
maxSupply() view returns (uint256)
4444
mycontractURI() view returns (string)
https://ts.mypinata.cloud/ipfs/QmfT1wnPq1BC73vQ1Q7mkaU6h8CFUQ2sFKiPW2txVQDrMe
name() view returns (string)
Toons Society
nftPerAddressLimit() view returns (uint256)
20
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0xffaacd079eedecd847ef1e9a88abd04e437a8de6
paused() view returns (bool)
false
publicSaleCost() view returns (uint256)
0
revealed() view returns (bool)
false
symbol() view returns (string)
TS
totalSupply() view returns (uint256)
1105
whitelistCost() view returns (uint256)
60000000000000000
whitelistRoot() view returns (bytes32)
0x84e36d4b376526ce988db9acbadc7361ba8ca8888fb5d5372fe423c7c93a57c7
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
freeMintAddresses(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addUsersToFreeMint(address[] _users, uint256[] _mintAmt)
approve(address to, uint256 tokenId)
freeMint(uint256 _mintAmount)
mint(uint256 _mintAmount, bytes32[] _merkleProof) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setNftPerAddressLimit(uint256 _limit)
setOnlyWhitelisted(bool _onlyWhitelist)
setPublicCost(uint256 _publicCost)
setRoyaltyInfo(address _receiver, uint96 _royaltyBasis)
setWhitelistCost(uint256 _whitelistCost)
setWhitelistRoot(bytes32 _whitelistRoot)
setmaxMintAmount(uint8 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, uint96 _royaltyBasis, string _contractURI, bytes32 _whitelistRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.