Degenesis
Verified contract
Active on
Ethereum with 2,633 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 "Degenesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304600 | 8 hours ago | | | 0 | 0.00043710945 | |
| 21300562 | 21 hours ago | | | 0 | 0.00040743589 | |
| 21257959 | 7 days ago | | | 0 | 0.00043875794 | |
| 21237565 | 10 days ago | | | 0 | 0.00067660689 | |
| 20994915 | a month ago | | | 0 | 0.00045023060 | |
| 20960825 | 2 months ago | | | 0 | 0.00044642812 | |
| 20908045 | 2 months ago | | | 0 | 0.00017717261 | |
| 20677869 | 3 months ago | | | 0 | 0.00020416023 | |
| 20603835 | 3 months ago | | | 0 | 0.000046589695 | |
| 20556520 | 3 months ago | | | 0 | 0.00015500381 |
ABI
ABI objects
Getter at block 21306920 getAllBids() view returns (struct DegenesisBid[])
auctionEndTime() view returns (uint256)
1665255600
auctionStartTime() view returns (uint256)
1664996400
baseURI() view returns (string)
ipfs://QmTv6pKVVDnuQCYgABsLJSivvSPxbAwLq9DT2E1Qt8AzoE/
baseURIEXT() view returns (string)
.json
contractURI() view returns (string)
ipfs://Qmdn8KkBwtPPM4hgFzetcq7vcTdJdUu9mddK4RRZaEhing
currentBidId() view returns (uint256)
924
finalPrice() view returns (uint256)
2500000000000000000
minimumBid() view returns (uint256)
150000000000000000
minimumBidIncrement() view returns (uint256)
10000000000000000
name() view returns (string)
Degenesis
owner() view returns (address)
0xbf6e3ec9eaef7da1495f70a8e466cb4cd4398468
revealed() view returns (bool)
true
shiftAmount() view returns (uint256)
5095197932181704248883970201419976062142450077295087641605549663074839101514
symbol() view returns (string)
DGNS
totalSupply() view returns (uint256)
300
unrevealedURI() view returns (string)
ipfs://QmWwKbTdxe2kMB8EU2WWPaLzWH7Sx88cdbJTEJJx1icGhf
Read-only
balanceOf(address owner) view returns (uint256)
bids(uint256) view returns (address bidder, uint128 bidAmount, uint32 bidId, bool hasSettled, bool exists)
getApproved(uint256 tokenId) view returns (address)
getBids(uint32 _quantity, uint256 _startingId) view returns (struct DegenesisBid[])
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)
userToBidId(address) view returns (uint256)
State-modifying
Events adjustTimes(uint256 _auctionStartTime, uint256 _auctionEndTime)
approve(address to, uint256 tokenId)
bid() payable
commit(string _baseURI)
mintTeam(uint256 _quantity, address _receiver)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setBaseURIEXT(string _baseURIEXT)
setContractURI(string _contractURI)
setFinalPrice(uint128 _finalPrice)
setRevealData(string _unrevealedURI)
settleBids(uint256[] _bidIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFinalETH()
withdrawInitialETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BidAdded(uint128 bidAmount, address bidder)
BidAdjusted(uint128 bidAmount, address bidder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _auctionStartTime, uint256 _auctionEndTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.