BurnableCrowdsaleToken
Verified contract
Active on
Ethereum with 22,533 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
Balances ($1,942.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.221379K | $1.001 |
$1,222.6 | |
DAI | ERC-20 | 700 | $1.00 |
$700 | |
BID | ERC-20 | 12.25835K | $0.000933 |
$11.44 | |
DOV | ERC-20 | 69.838536K | $0.000093 |
$6.5 | |
SCM | ERC-20 | 354.806885K | $0.000005 |
$1.74 | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
KCN | ERC-20 | 1K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141162 | 2 days ago | | | 0 | 0.00045327173 | |
| 21132702 | 4 days ago | | | 0 | 0.00094334840 | |
| 21123556 | 5 days ago | | | 0 | 0.00048468533 | |
| 21111102 | 7 days ago | | | 0 | 0.00019502620 | |
| 21109389 | 7 days ago | | | 0 | 0.00021400821 | |
| 21105878 | 7 days ago | | | 0 | 0.000097075811 | |
| 21104144 | 7 days ago | | | 0 | 0.00020579094 | |
| 21076066 | 11 days ago | | | 0 | 0.00018227134 | |
| 21076065 | 11 days ago | | | 0 | 0.00020180782 | |
| 21070406 | 12 days ago | | | 0 | 0.00025169191 |
ABI
ABI objects
Getter at block 21157780
BURN_ADDRESS() pure returns (address)
0x0000000000000000000000000000000000000000
canUpgrade() pure returns (bool)
true
decimals() pure returns (uint256)
18
getUpgradeState() pure returns (uint8)
2
isToken() pure returns (bool weAre)
true
mintingFinished() pure returns (bool)
true
name() pure returns (string)
DOVU
owner() pure returns (address)
0x3bdac0d9f0fcd7c234bc8a44b7d9840a0a37d73e
releaseAgent() pure returns (address)
0x6699ed0afc9761aff5b7dbe08352fc0c8616ca31
released() pure returns (bool)
true
symbol() pure returns (string)
DOV
totalSupply() pure returns (uint256)
963761390350000000000000000
totalUpgraded() pure returns (uint256)
0
upgradeAgent() pure returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() pure returns (address)
0xf1492a63c6abcb482499947aa15ca167ef836c9b
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
mintAgents(address) pure returns (bool)
transferAgents(address) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 burnAmount)
mint(address receiver, uint256 amount)
releaseTokenTransfer()
setMintAgent(address addr, bool state)
setReleaseAgent(address addr)
setTokenInformation(string _name, string _symbol)
setTransferAgent(address addr, bool state)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address burner, uint256 burnedAmount)
Minted(address receiver, uint256 amount)
MintingAgentChanged(address addr, bool state)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor(string _name, string _symbol, uint256 _initialSupply, uint256 _decimals, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.