Anthills
Verified contract
Active on
Ethereum with 3,530 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Anthills"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20526089 | 4 months ago | | | 0 | 0.000088429786 | |
| 20525729 | 4 months ago | | | 0 | 0.000087124899 | |
| 20226077 | 5 months ago | | | 0 | 0.00069287098 | |
| 19881334 | 7 months ago | | | 0 | 0.00014025845 | |
| 19765576 | 7 months ago | | | 0 | 0.00016655411 | |
| 19423029 | 9 months ago | | | 0 | 0.0010026611 | |
| 18952721 | a year ago | | | 0 | 0.00051840310 | |
| 17651920 | a year ago | | | 0 | 0.00074267373 | |
| 17068889 | 2 years ago | | | 0 | 0.0022518776 | |
| 17066391 | 2 years ago | | | 0 | 0.0015027699 |
ABI
ABI objects
Getter at block 21391208
CostQuantity() view returns (uint256)
3683
FREE_SUPPLY() view returns (uint256)
4000
FreeQuantity() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
7777
NotRevealedUri() view returns (string)
https://cdn.antwars.xyz/meta/mh544853b692ca0061eb0d5526e7c/anthills.json
OD() view returns (address)
0xe560aeb54b88b58d57d47fb8f3cb4af1646c86af
PublicTime() view returns (uint256)
1664632800
active() view returns (bool)
true
baseExtension() view returns (string)
.json
costQuantity() view returns (uint256)
94
freeMint() view returns (uint256)
2
freeQuantity() view returns (uint256)
4000
getTime() view returns (uint256)
1734064187
name() view returns (string)
Anthills
open() view returns (bool)
true
openTime() view returns (uint256)
1664625600
owner() view returns (address)
0x36f597a90bd5917e495299be94b3d6ebd9dc39c9
per_costMint() view returns (uint256)
5
price() view returns (uint256)
12000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
4094
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getFreeQuantity(address _to) view returns (uint256)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
costMinting(uint256 _amount) payable
flipActive()
flipOpen()
freeMinting(uint256 _amount, string _sign)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuth(address _address)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setFreeMint(uint256 _amount)
setNotRevealedURI(string _notRevealedURI)
setOD(address _address)
setOpenTimes(uint256 _openTime)
setPerCostMint(uint256 _amount)
setPrice(uint256 _amount)
setPublicTime(uint256 _publicTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CostLog(address indexed _from, uint256 indexed _amount, uint256 indexed _payment)
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()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()