Dapp Token
Verified contract
Active on
Ethereum with 29,827 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 |
---|---|---|---|---|---|
DAPPT | ERC-20 | 203.922338K | -- | -- | |
DAPP | ERC-20 | 197.500663K | -- | -- | |
DAPP | ERC-20 | 57.776K | -- | -- | |
DAPPT | ERC-20 | 8.335K | -- | -- | |
DJT | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20889694 | 2 months ago | | | 0 | 0.00022298611 | |
| 20317389 | 4 months ago | | | 0 | 0.00035902783 | |
| 20317384 | 4 months ago | | | 0 | 0.00053038479 | |
| 16248125 | 2 years ago | | | 0 | 0.00054659965 | |
| 16200571 | 2 years ago | | | 0 | 0.0013882396 | |
| 16012751 | 2 years ago | | | 0 | 0.00074235200 | |
| 15837502 | 2 years ago | | | 0 | 0.00041518751 | |
| 15736157 | 2 years ago | | | 0 | 0.00089048661 | |
| 15281641 | 2 years ago | | | 0 | 0.00058130128 | |
| 15273407 | 2 years ago | | | 0 | 0.00049207096 |
ABI
ABI objects
Getter at block 21258776
currentSupply() view returns (uint256)
5000000000000000000000000000
decimals() view returns (uint256)
18
ethFundDeposit() view returns (address)
0x755272962a43dd515fd35d64aa85105ae082fd14
fundingStartBlock() view returns (uint256)
0
fundingStopBlock() view returns (uint256)
0
isFunding() view returns (bool)
false
name() view returns (string)
Dapp Token
newContractAddr() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DAPPT
tokenExchangeRate() view returns (uint256)
25000
tokenMigrated() view returns (uint256)
0
tokenRaised() view returns (uint256)
0
totalSupply() view returns (uint256)
5000000000000000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allocateToken(address _addr, uint256 _eth)
approve(address _spender, uint256 _value) returns (bool success)
changeOwner(address _newFundDeposit)
decreaseSupply(uint256 _value)
increaseSupply(uint256 _value)
migrate()
setMigrateContract(address _newContractAddr)
setTokenExchangeRate(uint256 _tokenExchangeRate)
startFunding(uint256 _fundingStartBlock, uint256 _fundingStopBlock)
stopFunding()
transfer(address _to, uint256 _value) returns (bool success)
transferETH()
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
AllocateToken(address indexed _to, uint256 _value)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
DecreaseSupply(uint256 _value)
IncreaseSupply(uint256 _value)
IssueToken(address indexed _to, uint256 _value)
Migrate(address indexed _to, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _ethFundDeposit, uint256 _currentSupply)
fallback()
This contract contains no error objects.