OldeusAuction
Verified contract
Active on
Ethereum with 2,434 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 "OldeusAuction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16484962 | 2 years ago | | | 0 | 0.0012180383 | |
| 16346304 | 2 years ago | | | 0 | 0.00065524782 | |
| 16276873 | 2 years ago | | | 0 | 0.0010015267 | |
| 16276406 | 2 years ago | | | 0 | 0.00069880443 | |
| 16247404 | 2 years ago | | | 0 | 0.00060672658 | |
| 16239492 | 2 years ago | | | 0 | 0.00054502771 | |
| 16234847 | 2 years ago | | | 0 | 0.00071371178 | |
| 16229564 | 2 years ago | | | 0 | 0.00049383555 | |
| 16229527 | 2 years ago | | | 0 | 0.00047587276 | |
| 16228725 | 2 years ago | | | 0 | 0.0010466852 |
ABI
ABI objects
Getter at block 21329189
closeTime() view returns (uint96)
1671486031
entryPrice() view returns (uint64)
50000000000000000
finalPrice() view returns (uint96)
162000000000000000
issuer() view returns (address)
0x0871c32d6f988ac375679b5e2d8c205bf281ca21
minBid() view returns (uint64)
25000000000000000
name() view returns (string)
Oldeus: Mythics
oldeusOrigins() view returns (address)
0xac3c15fe919f146d48e2daddfad0a3ec85d87934
openTime() view returns (uint64)
1671486031
owner() view returns (address)
0xf4b5ab431b1f002b6f67e930522a07bd1ca46ff2
paused() view returns (bool)
false
symbol() view returns (string)
MYTHICS
tokenIndex() view returns (uint64)
1120
Read-only
balanceOf(address owner) view returns (uint256)
exists(address holder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
stats(address holder) view returns (struct Stats)
stats(uint256 tokenId) view returns (struct Stats)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenId(address holder) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events migrate(address from, address to)
raise(bytes signature) payable
refund(address to, uint256 refundAmount)
refund(bytes signature)
renounceOwnership()
setAuctionTimes(uint256 openTime_, uint256 closeTime_)
setBaseURI(string baseURI)
setEntryPrice(uint256 entryPrice_)
setFinalPrice(uint256 finalPrice_)
setIssuer(address issuer_)
setMinBid(uint256 minBid_)
setOldeusOrigins(address oldeusOrigins_)
take(address from, bytes signature) payable returns (uint256)
togglePaused()
transferOwnership(address newOwner)
unequip(uint256 tokenId)
withdraw(address to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Raise(uint256 indexed tokenId, uint256 indexed totalBid)
Take(address indexed to, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name_, string symbol_, string version_, address issuer_, uint64 entryPrice_, uint64 minBid_, uint64 openTime_, uint96 closeTime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.