Demigos
Verified contract
Active on
Ethereum with 2,182 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 "Demigos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20039846 | 6 months ago | | | 0 | 0.00082042670 | |
| 18381877 | a year ago | | | 0 | 0.00028458723 | |
| 18381406 | a year ago | | | 0 | 0.00026817269 | |
| 18381074 | a year ago | | | 0 | 0.00028564178 | |
| 17684543 | a year ago | | | 0 | 0.00065536029 | |
| 17684542 | a year ago | | | 0 | 0.00065203513 | |
| 17684539 | a year ago | | | 0 | 0.00068366740 | |
| 17684495 | a year ago | | | 0 | 0.00072056945 | |
| 17602343 | a year ago | | | 0 | 0.00085215689 | |
| 17597792 | a year ago | | | 0 | 0.0013776055 |
ABI
ABI objects
Getter at block 21329172
TOTAL_MAX_SUPPLY() view returns (uint256)
3333
contractURI() view returns (string)
freeMintCount() view returns (uint256)
2418
maxFreeMintPerWallet() view returns (uint256)
2
maxPublicMintPerWallet() view returns (uint256)
10
name() view returns (string)
Demigos
owner() view returns (address)
0x62f19195b7fc9ffcbb6944a842505b92efc38d69
publicTokenPrice() view returns (uint256)
3000000000000000
saleStarted() view returns (bool)
true
symbol() view returns (string)
Demigos
totalFreeMints() view returns (uint256)
3333
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
flipSaleStarted()
mint(uint256 _quantity) payable
ownerMint(uint256 _numberToMint)
ownerMintToAddress(address _recipient, uint256 _numberToMint)
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 baseURI)
setContractURI(string _URI)
setFreeMintCount(uint256 _count)
setMaxFreeMintPerWallet(uint256 _count)
setMaxPublicMintPerWallet(uint256 _count)
setPublicTokenPrice(uint256 _newPrice)
setTotalMaxSupply(uint256 _newSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
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()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()