DEC777Token
Verified contract
Active on
Ethereum with 138 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 "DEC777Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13028783 | 3 years ago | | | 0 | 0.0020436401 | |
| 12078083 | 4 years ago | | | 0 | 0.0043200000 | |
| 11327762 | 4 years ago | | | 0 | 0.0026340160 | |
| 11263995 | 4 years ago | | | 0 | 0.0014584880 | |
| 11244275 | 4 years ago | | | 0 | 0.0014584880 | |
| 11063071 | 4 years ago | | | 0 | 0.0013030081 | |
| 11062694 | 4 years ago | | | 0.1235 | 0.0067280800 | |
| 11062683 | 4 years ago | | | 0.1232 | 0.0070644840 | |
| 11062661 | 4 years ago | | | 0.1232 | 0.0084101000 | |
| 11062649 | 4 years ago | | | 0.1232 | 0.0067280800 |
ABI
ABI objects
Getter at block 21419684
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
getPrice() view returns (uint256)
400
granularity() view returns (uint256)
1
name() view returns (string)
DEC777Token
symbol() view returns (string)
DEC
totalSupply() view returns (uint256)
12363407000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
invest() payable returns (bool)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
setPrice(uint256 newPrice) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
withdraw(uint256 amount) payable returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.