Sad Bots
Verified contract
Active on
Ethereum with 7,123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
No balances found for "Sad Bots"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20841627 | 2 months ago | | | 0 | 0.00029064000 | |
| 20701572 | 2 months ago | | | 0 | 0.000049967206 | |
| 20651041 | 3 months ago | | | 0 | 0.000098947429 | |
| 20542775 | 3 months ago | | | 0 | 0.000066142984 | |
| 20542743 | 3 months ago | | | 0 | 0.000066877315 | |
| 20542718 | 3 months ago | | | 0 | 0.000081494041 | |
| 20542714 | 3 months ago | | | 0 | 0.000097663394 | |
| 20535784 | 3 months ago | | | 0 | 0.00058610803 | |
| 20515182 | 3 months ago | | | 0 | 0.00015424643 | |
| 20284421 | 4 months ago | | | 0 | 0.00079102703 |
ABI
ABI objects
Getter at block 21249315
RESERVED_SUPPLY() view returns (uint256)
500
STEP_PRICE() view returns (uint256)
50000000000000000
TOTAL_SUPPLY() view returns (uint256)
8888
currentPrice() view returns (uint256)
170000000000000000
getDutchAuctionInfo() view returns (uint256 startPrice_, uint256 endPrice_, uint256 stepTime_, uint256 stepPrice_, uint256 duration_, uint256 startTime_)
(startPrice_=175000000000000000, endPrice_=170000000000000000, stepTime_=1, stepPrice_=5000000000000000, duration_=1, startTime_=1645294488)
getPrice() view returns (uint256)
150000000000000000
getStatus() view returns (string status_, uint256 qty_, uint256 price_, uint256 counter_)
(status_=CLOSED, qty_=0, price_=150000000000000000, counter_=5679)
isDutchAuctionStarted() view returns (bool)
true
merkleRoot() view returns (bytes32)
0xa6549763922bfe01aeedd596efb0efadada267b7833b16898722473a7640292e
name() view returns (string)
Sad Bots
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6a4b9448c8d8217706ebe3a7f8822d9dc7eb8882
presale_minted() view returns (uint256)
2266
public_supply() view returns (uint256)
5679
reserved_supply() view returns (uint256)
120
status() view returns (uint8)
0
symbol() view returns (string)
SAD
totalSupply() view returns (uint256)
3090
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenExists(uint256 _id) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _qty) payable
ownerMint(address[] _address_list, uint256[] _qty_list)
presaleMint(uint256 _qty, bytes32[] _proof) 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)
setDutchAcutionParams(uint256 _startPrice, uint256 _endPrice, uint256 _stepTime, uint256 _stepPrice)
setMerkleRoot(bytes32 _merkleRoot)
setStatus(uint8 _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll(address withdraw_address) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangedBaseURIEvent(string newURI)
ChangedMerkleRoot(bytes32 newMerkleRoot)
ChangedStatusEvent(uint256 newStatus)
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.
This contract contains no error objects.