Tomodachi Gang

Verified contract

Active on Ethereum with 793 txns
Deployed by via 0x6f3c6592 at 16987867
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables

No balances found for "Tomodachi Gang"

0x17ed04b36d7a7acd260e5e4cade520007b831f01c346b7582f76bde8b4911762
0xc2076f4c8290e5df09cd419360a563cc698b0ad62aab30f9fa5bbff5938c34f9
0xfdaf699dc423d9662716a756af40f7394477226a5e7e8c55c6483df7462e8ce7
0xe08c33f8bed70b49a137d95a224e289f0bcc1829bec181af030a59685a0d86b7
0x7334f19ad8c3b8dcd4a164eb90cff253fa41216d583acd370b4cfc9db1766580
0xf53611f51b79071471aae384eac9b8b7b7c8e922fbdfdbbb8fd574c22aefa8c8
0xdcf376d30da7fe88df9195fbea44737d77d39feec5bdcf46f456357d9a5fe1ec
0x8b7be5364c871c53840d7634c6b6885ebc4580037b1880b98c2b921b507144ce
0x60431185b6fbd704f4147f4a3bb429b0b0e126188bce0647790292859073f6b4
0xda9b46099288b4621e0a79af50126688eb1b6e539c2e72b06a2e861a5a61f896

Functions
Getter at block 21423608
MAX_SUPPLY(view returns (uint256)
5000
baseTokenURI(view returns (string)
ipfs://bafybeif6twx64jgxk3c3vhbk3nlkafkhxkwslwkrx7utwjamyuso3bcfzm/
heymintFeePerToken(view returns (uint256)
700000000000000
heymintPayoutAddress(view returns (address)
0xe1fac470de8de91c66778eaa155c64c7ceefc851
isOperatorFilterRegistryRevoked(view returns (bool)
false
isPublicSaleActive(view returns (bool)
false
metadataFrozen(view returns (bool)
false
name(view returns (string)
Tomodachi Gang
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x7c6d4d9a5d1de78b57735b03591f617b295d02f0
paused(view returns (bool)
false
payoutAddressesFrozen(view returns (bool)
false
publicMintsAllowedPerAddress(view returns (uint256)
10
publicMintsAllowedPerTransaction(view returns (uint256)
9999
publicPrice(view returns (uint256)
1000000000000000
royaltyAddress(view returns (address)
0x7c6d4d9a5d1de78b57735b03591f617b295d02f0
royaltyFee(view returns (uint96)
500
symbol(view returns (string)
tomo
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
payoutAddresses(uint256view returns (address)
payoutBasisPoints(uint256view returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
userExpires(uint256 tokenIdview returns (uint256)
userOf(uint256 tokenIdview returns (address)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
freezePayoutAddresses(
gift(address[] receiversuint256[] mintNumber
mint(uint256 numTokenspayable 
pause(
reduceMaxSupply(uint256 _newMaxSupply
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPublicMintsAllowedPerAddress(uint256 _mintsAllowed
setPublicMintsAllowedPerTransaction(uint256 _mintsAllowed
setPublicPrice(uint256 _publicPrice
setPublicSaleState(bool _saleActiveState
setRoyaltyAddress(address _royaltyAddress
setRoyaltyFee(uint96 _feeNumerator
setUser(uint256 tokenIdaddress useruint64 expires
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updateOperatorFilterRegistryAddress(address newRegistry
updatePayoutAddressesAndBasisPoints(address[] _payoutAddressesuint256[] _payoutBasisPoints
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
UpdateUser(uint256 indexed tokenIdaddress indexed useruint64 expires
Constructor
constructor(uint256 _heymintFeePerToken
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InitialRegistryAddressCannotBeZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RegistryHasBeenRevoked(
SetUserCallerNotOwnerNorApproved(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(