TheAmigos
Verified contract
Active on
Ethereum with 170 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 "TheAmigos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18293645 | a year ago | | | 0 | 0.00030295631 | |
| 18285210 | a year ago | | | 0 | 0.0011528220 | |
| 17027307 | 2 years ago | | | 0 | 0.00092450572 | |
| 17025437 | 2 years ago | | | 0 | 0.0020031918 | |
| 17025007 | 2 years ago | | | 0 | 0.0011697817 | |
| 17024320 | 2 years ago | | | 0 | 0.0011098629 | |
| 17024314 | 2 years ago | | | 0.0105 | 0.0016570254 | |
| 17024026 | 2 years ago | | | 0.0105 | 0.0018637405 | |
| 17023798 | 2 years ago | | | 0.0105 | 0.0017882932 | |
| 17023794 | 2 years ago | | | 0.007 | 0.0017636731 |
ABI
ABI objects
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 owner) 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, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
deleteDefaultRoyalty()
mint(uint256 _amount) payable
mintToWallet(uint256 _amount, address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setCost(uint256 _cost)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxPerWallet(uint256 _newMax)
setSupply(uint256 _newSupply)
startSale(bool _toggle)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MaxPerWalletReached()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoContractMint()
NotEnoughETH()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()