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 "AOIonLot"
ABI
ABI objects
Getter at block 21277346
aoIonAddress() view returns (address)
0x7fea965a502f3f17851a57bcc57e95e03d83e98a
nameTAOPositionAddress() view returns (address)
0x1f7f65b220a0f2d48b28390380f57468e7a382fe
theAO() view returns (address)
0x09f493e0af516f00b15a30ed6c67b0632d34d0d6
totalBurnLots() view returns (uint256)
0
totalConvertLots() view returns (uint256)
0
totalLots() view returns (uint256)
9
Read-only
burnLotById(bytes32 _burnLotId) view returns (bytes32, address, uint256)
burnLotIdsByAddress(address _lotOwner) view returns (bytes32[])
convertLotById(bytes32 _convertLotId) view returns (bytes32, address, uint256)
convertLotIdsByAddress(address _lotOwner) view returns (bytes32[])
lotById(bytes32 _lotId) view returns (bytes32, address, uint256, uint256)
lotIdsByAddress(address _lotOwner) view returns (bytes32[])
lotOfOwnerByIndex(address _lotOwner, uint256 _index) view returns (bytes32, address, uint256, uint256)
totalBurnLotsByAddress(address _lotOwner) view returns (uint256)
totalConvertLotsByAddress(address _lotOwner) view returns (uint256)
totalLotsByAddress(address _lotOwner) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events createBurnLot(address _account, uint256 _amount, uint256 _multiplierAfterBurn) returns (bool)
createConvertLot(address _account, uint256 _amount, uint256 _multiplierAfterConversion) returns (bool)
createPrimordialLot(address _account, uint256 _primordialAmount, uint256 _multiplier, uint256 _networkBonusAmount) returns (bytes32)
createWeightedMultiplierLot(address _account, uint256 _amount, uint256 _weightedMultiplier) returns (bytes32)
setAOIonAddress(address _aoIonAddress)
setNameTAOPositionAddress(address _nameTAOPositionAddress)
setWhitelist(address _account, bool _whitelist)
transferOwnership(address _theAO)
BurnLotCreation(address indexed lotOwner, bytes32 indexed burnLotId, uint256 burnAmount, uint256 multiplierAfterBurn)
ConvertLotCreation(address indexed lotOwner, bytes32 indexed convertLotId, uint256 convertAmount, uint256 multiplierAfterConversion)
LotCreation(address indexed lotOwner, bytes32 indexed lotId, uint256 multiplier, uint256 primordialAmount, uint256 networkBonusAmount)
constructor(address _aoIonAddress, address _nameTAOPositionAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.