Iguana Gang
Verified contract
Active on
Ethereum with 2,199 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 "Iguana Gang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19554900 | 7 months ago | | | 0 | 0.00063176255 | |
| 19442665 | 8 months ago | | | 0 | 0.0016989077 | |
| 18723158 | a year ago | | | 0 | 0.0012646641 | |
| 18599386 | a year ago | | | 0 | 0.00098246440 | |
| 18136522 | a year ago | | | 0 | 0.00082194152 | |
| 17875047 | a year ago | | | 0 | 0.0011645882 | |
| 17771796 | a year ago | | | 0 | 0.0021399424 | |
| 17517613 | a year ago | | | 0 | 0.00062195287 | |
| 17509541 | a year ago | | | 0 | 0.00038285017 | |
| 17509540 | a year ago | | | 0 | 0.00069200854 |
ABI
ABI objects
Getter at block 21191365
MAX_PER_ADMIN_MINT_PLUS_ONE() view returns (uint256)
501
MAX_PER_TX_PLUS_ONE() view returns (uint256)
4
MAX_PRESALE_PLUS_ONE() view returns (uint256)
4001
MAX_SUPPLY_PLUS_ONE() view returns (uint256)
5556
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmQLqndd8NswePLJ2yBKS3qeV6rB25nRzX8G2yPmb1RimV/
contractURI() view returns (string)
getContractURI() view returns (string)
name() view returns (string)
Iguana Gang
owner() view returns (address)
0x68641fbe53cb9539b0fedfbd490e9300321740ae
presalePrice() view returns (uint256)
0
publicPrice() view returns (uint256)
0
saleActive() view returns (bool)
true
symbol() view returns (string)
IGU
totalSupply() view returns (uint256)
5555
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 _amount)
approve(address to, uint256 tokenId)
mintIguanas(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setContractURI(string _uri)
setPresalePrice(uint256 _newPrice)
setPublicPrice(uint256 _newPrice)
setSaleActive(bool val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()