Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($4,033.95)
Native
Value
$54.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015758 | $3,442.75 |
$54.25 | |
SPX | ERC-20 | 6.9K | $0.576208 |
$3,975.84 | |
BITCOIN | ERC-20 | 10 | $0.273693 |
$2.74 | |
Mog | ERC-20 | 420.69K | $0.000003 |
$1.13 | |
CULT | ERC-20 | 1.5B | -- | -- | |
CULT | ERC-20 | 1.5B | -- | -- | |
CULT | ERC-20 | 1.5B | -- | -- | |
MiladyCultCoin | ERC-20 | 1B | -- | -- | |
CULT | ERC-20 | 500M | -- | -- | |
CULT | ERC-20 | 500M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20502863 | 3 months ago | | | 0.4 | 0.000027972432 | |
| 20101917 | 5 months ago | | | 0.43 | 0.0048910500 | |
Transfer | 20093781 | 5 months ago | | | <0.00000001 | 0.000062979809 | |
| 20089274 | 5 months ago | | | 5 | 0.00025312117 | |
| 20089274 | 5 months ago | | | 0.15 | 0.00025312117 | |
| 20089274 | 5 months ago | | | 1 | 0.00025312117 | |
| 20086616 | 5 months ago | | | 1 | 0.00019958153 | |
| 20085141 | 5 months ago | | | 0.24999904 | 0.00054640405 | |
| 20085141 | 5 months ago | | | 0.24999904 | 0.00053501142 | |
| 20085141 | 5 months ago | | | 1 | 0.00051245374 |
ABI
ABI objects
Getter at block 21254731
config() view returns (address owner, uint8 steps, uint8 maxSpend, uint16 anyFill, uint16 miladyFill, uint16 remilioFill, uint16 plebPremium, uint16 loserPremium, uint32 basePrice, uint32 endPrice, uint32 available, address milady, uint32 communityPrice, address remilio, uint96 communityAllo, bytes32 anyRoot, bytes32 miladyRoot, bytes32 remilioRoot)
(owner=0xf120916a94780633c372e89132262a378d02f8f5, steps=120, maxSpend=20, anyFill=500, miladyFill=250, remilioFill=250, plebPremium=1000, loserPremium=2000, basePrice=1513, endPrice=6054, available=1500000000, milady=0x5af0d9827e0c53e4799bb226655a1de152a425a5, communityPrice=1513, remilio=0xd3d9ddd0cf0a5f0bfb8f7fceae075df687eaebab, communityAllo=165234000000000000000000, anyRoot=0x4931c516565952ee7d5bfa1ccd792fc98dc9e4ba472293c39cd87019f1c9d4a6, miladyRoot=0xf36a535fe4ec4c2ea98c6052273c4850109460c5ecf55294f538d489d8b1aeeb, remilioRoot=0x16d28be8f9647d24d66f6fcb4ad91ac859f29edb99528bffcdfa2e1d53bbba08)
currentPrices() view returns (struct SaleCurrentPrices)
(6053999999920, 6659400000000, 7264800000000)
owner() view returns (address result)
0x65050a14305b0c93145fc764447f0e54994b823a
paused() view returns (bool)
false
totalSold() view returns (uint256)
1500000000000000000000000000
Read-only
balanceOf(address _holder) view returns (uint256)
communityFill(bytes32) view returns (uint16)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
participation(address, bytes32) view returns (bool)
receiptBalance(address) view returns (uint256)
State-modifying
Events buyCommunityAny(address _destination, bytes32[] _proof) payable
buyCommunityMilady(address _destination, bytes32[] _proof) payable
buyCommunityRemilio(address _destination, bytes32[] _proof) payable
buyHolder(uint256 _amount, address _destination, bytes32[] _proof) payable
buyLoser(uint256 _amount, address _destination) payable
buyPleb(uint256 _amount, address _destination) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
reconfigure(struct SaleConfiguration _config) payable
renounceOwnership() payable
requestOwnershipHandover() payable
setPaused(bool _status)
transferEther(address _to, uint256 _amount) payable
transferOwnership(address newOwner) payable
transferToken(address _token, address _to, uint256 _amount) payable
Credit(address indexed destination, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor(struct SaleConfiguration _config)
This contract contains no fallback and receive objects.
AlreadyInitialized()
Ineligible()
InsufficientPayment()
Loser()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OverAllocated()
OverMax()
Paused()
Reentrancy()
SoldOut()
Unauthorized()