AXIOMS 2X Price Floor Stabilizer
Verified contract
Active on
Ethereum with 49 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "AXIOMS 2X Price Floor Stabilizer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14373000 | 3 years ago | | | 0 | 0.00085839472 | |
| 14352775 | 3 years ago | | | 1.272 | 0.0020750838 | |
| 14349214 | 3 years ago | | | 1.236 | 0.0043230463 | |
| 14316284 | 3 years ago | | | 0 | 0.0023613817 | |
| 14311194 | 3 years ago | | | 1.2 | 0.0085148370 | |
| 14303091 | 3 years ago | | | 1.164 | 0.0037684187 | |
| 14303086 | 3 years ago | | | 1.128 | 0.0059575228 | |
| 14303075 | 3 years ago | | | 1.092 | 0.0051390121 | |
| 14303073 | 3 years ago | | | 1.056 | 0.0059722850 | |
| 14302918 | 3 years ago | | | 1.02 | 0.0073639825 |
ABI
ABI objects
Getter at block 21210946
INCREASE_VALUE() view returns (uint256)
4000000000000000
MAX_MINT() view returns (uint256)
501
MAX_MINT_FOR_ONE() view returns (uint256)
500
MAX_MINT_FOR_THREE() view returns (uint256)
498
PRICE() view returns (uint256)
40000000000000000
contractURI() view returns (string)
getOwnerCount() view returns (uint256)
98
getPrice() view returns (uint256)
432000000000000000
getPriceForThree() view returns (uint256)
1308000000000000000
name() view returns (string)
AXIOMS 2X Price Floor Stabilizer
owner() view returns (address)
0xc502fdd8ae69726d4dbb221049d84b01e046e760
saleLive() view returns (bool)
true
symbol() view returns (string)
AXI-PFS2X
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMultiplierAndPrice(uint256 id) view returns (uint256, uint256)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
isStaked(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address account, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
buyMinted(uint256 id) payable
buyOne() payable
buyThree() payable
flipProxyState(address proxyAddress)
gift(address[] receivers, uint256[] amounts)
redeem(uint256 id) payable
relist(uint256 id, uint256 price, uint256 multiplier)
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)
setContractURI(string URI)
setDMAddress(address dmAddress)
setIncreaseValue(uint256 increaseValue)
setMaxMint(uint8 maxMint)
setPrice(uint256 _price)
setStakingContract(address stakingContract)
setVaultAddress(address addr)
stake(address user, uint256 tokenId)
toggleSaleStatus()
toggleUseBaseUri()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unStake(uint256 tokenId)
unstake(address user, uint256 tokenId)
withdraw(address _token)
withdrawFund()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address indexed sender, uint256 indexed id, uint256 indexed multiplier, uint256 price)
Relist(address indexed sender, uint256 indexed id, uint256 indexed multiplier, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 price, uint256 maxMint, uint256 increaseVal)
This contract contains no fallback and receive objects.
This contract contains no error objects.