DIPChainToken
Verified contract
Active on
Ethereum with 3,152 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 |
---|---|---|---|---|---|
DIPC | ERC-20 | 300 | -- | -- | |
WDT | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11733494 | 4 years ago | | | 0 | 0.0 | |
| 11733212 | 4 years ago | | | 0 | 0.0 | |
| 11732944 | 4 years ago | | | 0 | 0.0 | |
| 11732812 | 4 years ago | | | 0 | 0.0 | |
| 11732737 | 4 years ago | | | 0 | 0.0 | |
| 11732645 | 4 years ago | | | 0 | 0.0 | |
| 11732253 | 4 years ago | | | 0 | 0.0 | |
| 11731834 | 4 years ago | | | 0 | 0.0 | |
| 11731733 | 4 years ago | | | 0 | 0.0 | |
| 11731620 | 4 years ago | | | 0 | 0.0 |
ABI
ABI objects
Getter at block 21306924
INITIAL_SUPPLY() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint8)
18
isLock() view returns (bool)
true
name() view returns (string)
DIPChainToken
owner() view returns (address)
0xbb336edba386457fb569581a783bed9bec2f8309
paused() view returns (bool)
false
symbol() view returns (string)
DIPC
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
isTransferable(address addr) view returns (bool)
transferableAddresses(address) view returns (bool)
State-modifying
Events addTransferableAddress(address addr) returns (bool success)
addTransferableAddresses(address[] addrs) returns (bool success)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mintIssueTotalSupply(uint256 _value)
pause()
removeTransferableAddress(address addr) returns (bool success)
removeTransferableAddresses(address[] addrs) returns (bool success)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock()
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
TransferableAddressAdded(address indexed addr)
TransferableAddressRemoved(address indexed addr)
Unlock()
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.