indiGoKids
Verified contract
Active on
Ethereum with 148 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,900.52)
Native
Value
$1,900.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.4851 | $3,917.78 |
$1,900.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18907131 | a year ago | | | 0 | 0.00080864572 | |
| 18025685 | a year ago | | | 0.4851 | 0.0016287550 | |
| 17648129 | a year ago | | | 0 | 0.00045192898 | |
| 17383097 | 2 years ago | | | 0 | 0.0018625266 | |
| 17380626 | 2 years ago | | | 0 | 0.0032454061 | |
| 17036271 | 2 years ago | | | 0 | 0.0017104118 | |
| 16757592 | 2 years ago | | | 0 | 0.0012710083 | |
| 16735494 | 2 years ago | | | 0.077 | 0.0030226500 | |
| 16358604 | 2 years ago | | | 0 | 0.00037021737 | |
| 16357062 | 2 years ago | | | 0 | 0.00075517566 |
ABI
ABI objects
Getter at block 21397235
MAX_PER_TX() view returns (uint256)
7
baseURI() view returns (string)
https://aetlas.vision/api/tokens/metadata/
discountPrice() view returns (uint256)
485100000000000000
maxSupply() view returns (uint256)
5555
mintPrice() view returns (uint256)
77000000000000000
name() view returns (string)
indiGoKids
owner() view returns (address)
0x75ab02a1db5297be9b33e131c7b33563200521de
provenance() view returns (string)
revealed() view returns (bool)
false
state() view returns (uint8)
2
symbol() view returns (string)
INDIGO
totalSupply() view returns (uint256)
249
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nonceUsed(uint256 nonce) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity, uint256 nonce, bytes signature) payable
renounceOwnership()
reserveTeamTokens(address[] to, uint256[] quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 _supply)
setMintPrice(uint256 _price)
setProvenanceHash(string _provenance)
setSaleState(uint8 _state)
setSigner(address signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string newURI)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()