TheAmigos

Verified contract

Active on Ethereum with 170 txns
Deployed by via 0x17e010d3 at 17022605
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TheAmigos"

0x8230dc5c201b628283f9e7f67e3890b14a6eda857b2138c038588dc4b78a2657
0xfed5531871efc9f447a95fe90522a76b7637e1edc1900231f6370b39afcbefc4
0x295ddf587f5874d2910424bf0ae61584902ec8da0c3118743bd42bb78a66b5d2
0x9a84283454edde785221baad279b3cbb9d5a43cee005e2524f7e26c74c434dc0
0xfe38a9f3f21156da8bc4ed51fe253012081c195cb78da5e6632565ee963fdeb9
0xd7689cf9832eee4a35f1183bfba21f17de4a39541e20f40739d6320fe05f8c1a
0x5867b89073d0a29a6d4772bbb5eea10da5dccd7a1dd96f66de7de7a010c6aea1
0xae9585543c296ee199529c8f20699b7aeaaab84d3b1604ef6f121230a4158dbe
0xec87aa7c730046aeeb78bfcb603703567ba11661eea4ef7f151c3c4a75754a7e
0xde5f5716908971a131e5c87e47fbb0ad33bf0b22466d585d5332e5e71e4632d5

Functions
Getter at block 21329189
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://bafybeihod7xrf7xqkv2nk6dmk7wvmacwtg6oo6ov7lesu2ihdndjijswtm/
cost(view returns (uint256)
3500000000000000
maxPerWallet(view returns (uint256)
3
maxSupply(view returns (uint256)
666
name(view returns (string)
TheAmigos
owner(view returns (address)
0xfd9609fd78c33bfd050219d590505e22479d1cf2
sale(view returns (bool)
true
symbol(view returns (string)
AMIGO
totalSupply(view returns (uint256)
355
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
deleteDefaultRoyalty(
mint(uint256 _amountpayable 
mintToWallet(uint256 _amountaddress _to
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setCost(uint256 _cost
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxPerWallet(uint256 _newMax
setSupply(uint256 _newSupply
startSale(bool _toggle
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MaxPerWalletReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoContractMint(
NotEnoughETH(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(