SaleBagHolderz
Verified contract
Active on
Ethereum with 6,787 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0b3a…482e
Balances ($7.15)
Native
Value
$7.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0021 | $3,405.70 |
$7.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15109835 | 2 years ago | | | 0 | 0.00066679261 | |
| 15055044 | 2 years ago | | | 0 | 0.00042137211 | |
| 15046182 | 2 years ago | | | 0 | 0.0020855268 | |
| 15046182 | 2 years ago | | | 0 | 0.0020855268 | |
| 15045911 | 2 years ago | | | 0 | 0.0014145315 | |
| 15045911 | 2 years ago | | | 0 | 0.0014145315 | |
| 15037921 | 2 years ago | | | 0 | 0.00084033056 | |
| 15037921 | 2 years ago | | | 0 | 0.00083182518 | |
| 15037793 | 2 years ago | | | 0 | 0.00096236567 | |
| 15037306 | 2 years ago | | | 0 | 0.0015653658 |
ABI
ABI objects
Getter at block 21256850
NFT() view returns (address)
0x0b3ae1dcc8ad62c1ab8693a9dfbfa246fc20482e
count() view returns (uint256)
10000
limit() view returns (uint256)
10000
owner() view returns (address)
0xf0054b0758fb8d1a33683d1cd86aa9feaa86ca0b
phase() view returns (uint8)
1
price() view returns (uint256)
0
userLimit() view returns (uint256)
2
Read-only
getPrice(address user, uint256 quantity) view returns (uint256)
isAdmin(address) view returns (bool)
userCount(address) view returns (uint256)
State-modifying
Events purchase(uint256 quantity) payable
renounceOwnership()
setAdmin(address user, bool isEnabled)
setLimit(uint256 _limit)
setPhase(uint8 _phase)
setPrice(uint256 _price)
setUserLimit(uint256 _userLimit)
transferOwnership(address newOwner)
withdraw(address wallet, uint256 amount)
AdminSet(address indexed user, bool isEnabled)
LimitUpdated(address indexed owner, uint256 limit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PhaseSet(address indexed owner, uint8 _phase)
PriceUpdated(address indexed owner, uint256 price)
Purchased(address indexed user, uint256 quantity)
UserLimitUpdated(address indexed owner, uint256 userLimit)
constructor(address _NFT, uint256 _price, uint256 _limit, uint256 _userLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.