DoDreamChain
Verified contract
Active on
Ethereum with 24,524 txns
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 "DoDreamChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20685242 | 3 months ago | | | 0 | 0.00063938429 | |
| 20520727 | 3 months ago | | | 0 | 0.00059058983 | |
| 20408665 | 4 months ago | | | 0 | 0.000058103000 | |
| 20260130 | 5 months ago | | | 0 | 0.000067038578 | |
| 20260092 | 5 months ago | | | 0 | 0.000065983854 | |
| 20259910 | 5 months ago | | | 0 | 0.000087469676 | |
| 20239269 | 5 months ago | | | 0 | 0.00038828419 | |
| 20239253 | 5 months ago | | | 0 | 0.00038668416 | |
| 20239237 | 5 months ago | | | 0 | 0.00040895705 | |
| 20239221 | 5 months ago | | | 0 | 0.00041721161 |
ABI
ABI objects
Getter at block 21284557
INITIAL_SUPPLY() view returns (uint256)
250000000000000000000000000
decimals() view returns (uint8)
18
getMyUnlockValue() view returns (uint256)
0
locked() view returns (bool)
false
name() view returns (string)
DoDreamChain
root() view returns (address)
0x949d3eab9fd51fd430b92bb80725f15c2a4931f0
symbol() view returns (string)
DRM
totalSupply() view returns (uint256)
250000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
lockValues(address) view returns (uint256)
owners(address) view returns (address)
unlockAddrs(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
deleteOwner(address _owner) returns (bool)
destroy()
drmApprove(address spender, uint256 value, string note) returns (bool ret)
drmBatchTransferToEcosystem(address from, address[] to, uint256[] values, uint256 processIdHash, uint256[] userIdHash, string note) returns (bool ret)
drmBurnFrom(address from, uint256 value, string note) returns (bool ret)
drmDecreaseApproval(address spender, uint256 subtractedValue, string note) returns (bool ret)
drmIncreaseApproval(address spender, uint256 addedValue, string note) returns (bool ret)
drmMintTo(address to, uint256 amount, string note) returns (bool ret)
drmTransfer(address _to, uint256 _value, string _note) returns (bool ret)
drmTransferFrom(address _from, address _to, uint256 _value, string _note) returns (bool ret)
drmTransferToPartner(address from, address to, uint256 value, string note) returns (bool ret)
drmTransferToTeam(address from, address to, uint256 value, string note) returns (bool ret)
increaseApproval(address spender, uint256 addedValue) returns (bool)
lock(string note)
lockTo(address addr, string note)
newOwner(address _owner) returns (bool)
setLockValue(address addr, uint256 value, string note)
transfer(address to, uint256 value) returns (bool ret)
transferFrom(address from, address to, uint256 value) returns (bool)
unlock(string note)
unlockTo(address addr, string note)
Approval(address indexed owner, address indexed spender, uint256 value)
DRMApproval(address indexed owner, address indexed spender, uint256 value, string note)
DRMBurnFrom(address indexed controller, address indexed from, uint256 value, string note)
DRMMintTo(address indexed controller, address indexed to, uint256 amount, string note)
DRMTransfer(address indexed from, address indexed to, uint256 value, string note)
DRMTransferFrom(address indexed owner, address indexed spender, address indexed to, uint256 value, string note)
DRMTransferToEcosystem(address indexed owner, address indexed spender, address indexed to, uint256 value, uint256 processIdHash, uint256 userIdHash, string note)
DRMTransferToPartner(address indexed owner, address indexed spender, address indexed to, uint256 value, string note)
DRMTransferToTeam(address indexed owner, address indexed spender, address indexed to, uint256 value, string note)
Locked(bool locked, string note)
LockedTo(address indexed addr, bool locked, string note)
SetLockValue(address indexed addr, uint256 value, string note)
Transfer(address indexed from, address indexed to, uint256 value)
TransferedToDRMDapp(address indexed owner, address indexed spender, address indexed to, uint256 value, uint8 receiveType)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.