Altitude
Verified contract
Active on
Ethereum with 1,094 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PWDR | ERC-20 | 0.44538 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19477659 | 8 months ago | | | 0 | 0.00082992506 | |
| 17539848 | a year ago | | | 0 | 0.00039672580 | |
| 16854399 | 2 years ago | | | 0 | 0.00033303086 | |
| 16854399 | 2 years ago | | | 0 | 0.00033303086 | |
| 16654477 | 2 years ago | | | 0 | 0.00054685192 | |
| 16517628 | 2 years ago | | | 0 | 0.00051394224 | |
| 16147280 | 2 years ago | | | 0 | 0.00043468132 | |
| 15469828 | 2 years ago | | | 0 | 0.00017806491 | |
| 15457223 | 2 years ago | | | 0 | 0.00022239716 | |
| 15221697 | 2 years ago | | | 0 | 0.00074899926 |
ABI
ABI objects
Getter at block 21209119 calculateUniswapPoolAddress() view returns (address)
MAX_SUPPLY() view returns (uint256)
21000000000000000000000000
accumulating() view returns (bool)
true
currentBaseRate() view returns (uint256)
50
currentEpoch() view returns (uint256)
5
currentMaxSupply() view returns (uint256)
20750000000000000000000000
currentPhase() view returns (uint256)
0
decimals() view returns (uint8)
18
maxSupplyHit() view returns (bool)
false
name() view returns (string)
Altitude
symbol() view returns (string)
PWDR
totalSupply() view returns (uint256)
20599481391580054002778608
transferFee() view returns (uint256)
15
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
epochBaseRate(uint256) view returns (uint256)
epochMaxSupply(uint256) view returns (uint256)
recipientWhitelist(address) view returns (bool)
senderWhitelist(address) view returns (bool)
State-modifying
Events addToTransferWhitelist(bool _addToSenderWhitelist, address _address)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
removeFromTransferWhitelist(bool _removeFromSenderWhitelist, address _address)
setTransferFee(uint256 _transferFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateEpoch(uint256 _epoch, uint256 _phase)
Approval(address indexed owner, address indexed spender, uint256 value)
EpochUpdated(address _address, uint256 _epoch, uint256 _phase)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address addressRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.