ReferenceToken
Verified contract
Active on
Ethereum with 80 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 "ReferenceToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7245260 | 6 years ago | | | 0 | 0.0011283610 | |
| 7245239 | 6 years ago | | | 0 | 0.0011238510 | |
| 6670968 | 6 years ago | | | 0 | 0.00024565000 | |
| 6448515 | 6 years ago | | | 0 | 0.00049258000 | |
| 6445099 | 6 years ago | | | 0 | 0.0010097890 | |
| 6444975 | 6 years ago | | | 0 | 0.00098400000 | |
| 6430037 | 6 years ago | | | 0 | 0.0012109240 | |
| 6430025 | 6 years ago | | | 0 | 0.0015105640 | |
| 6429982 | 6 years ago | | | 0 | 0.0025655600 | |
| 6429982 | 6 years ago | | | 0 | 0.0025681200 |
ABI
ABI objects
Getter at block 21230250
decimals() view returns (uint8)
18
defaultOperators() view returns (address[])
[0x8EDAaE1034762823c5Ecfca283200ADF221CE7Dd, 0x61c231F170DC2578Db68dc37624dF3E899405Ca8]
granularity() view returns (uint256)
1
name() view returns (string)
Datafund Token
owner() view returns (address)
0x8edaae1034762823c5ecfca283200adf221ce7dd
symbol() view returns (string)
DEX
totalSupply() view returns (uint256)
3400000000000000000000000000
unlocked() view returns (bool)
false
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenHolder) view returns (uint256)
isOperatorFor(address _operator, address _tokenHolder) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
authorizeOperator(address _operator)
burn(uint256 _amount, bytes _holderData)
delegateERC820Management(address _newManager)
disableERC20()
disableInterface(string _interface)
enableERC20()
enableInterface(string _interface, address _impl)
lock()
mint(address _tokenHolder, uint256 _amount, bytes _operatorData)
operatorBurn(address _tokenHolder, uint256 _amount, bytes _holderData, bytes _operatorData)
operatorSend(address _from, address _to, uint256 _amount, bytes _userData, bytes _operatorData)
revokeOperator(address _operator)
send(address _to, uint256 _amount, bytes _userData)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 amount)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes holderData, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes operatorData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes holderData, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string _name, string _symbol, uint256 _granularity, address[] _defaultOperators, address _burnOperator)
This contract contains no fallback and receive objects.
This contract contains no error objects.