Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "Easygold"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19068252 | 9 months ago | | | 0 | 0.0011713879 | |
| 17819423 | a year ago | | | 0 | 0.0058846450 | |
| 17236061 | a year ago | | | 0 | 0.0045210268 | |
| 17228831 | a year ago | | | 0 | 0.0027993107 | |
| 17215478 | a year ago | | | 0 | 0.022363133 | |
| 17136820 | 2 years ago | | | 0 | 0.0075323456 | |
| 16975733 | 2 years ago | | | 0 | 0.010121589 | |
| 16790131 | 2 years ago | | | 0 | 0.0054138734 | |
| 16768585 | 2 years ago | | | 0 | 0.0028867995 | |
| 16754847 | 2 years ago | | | 0 | 0.0080201408 |
ABI
ABI objects
Getter at block 21079329
EASYGOLD_DEFAULT_PARTITION() view returns (bytes32)
0xca6437d4fa5dc8559565f70ae7c6f8ea4325275e25f178ad6c66810af2fe17dd
FOR_SALE_TOKENS() view returns (uint256)
538888890000000000000000000
ISSUED_TOKENS() view returns (uint256)
1924583085000000000000000000
controllers() view returns (address[])
[]
decimals() pure returns (uint8)
18
domainName() view returns (string)
Easygold
domainVersion() pure returns (string)
1
generateDomainSeparator() view returns (bytes32)
0x2de3e383c9bdee37b9c8027f4f7808bbd652b29a5823c7e9ece642be36c9cf19
getAllDocuments() view returns (bytes32[])
[]
getDefaultPartitions() view returns (bytes32[])
[0xca6437d4fa5dc8559565f70ae7c6f8ea4325275e25f178ad6c66810af2fe17dd]
granularity() view returns (uint256)
1
isControllable() view returns (bool)
true
isIssuable() view returns (bool)
false
name() view returns (string)
Easygold
owner() view returns (address)
0xe54d908f67d45a7b40416748e673516d8537c6bc
symbol() view returns (string)
EASG
totalPartitions() view returns (bytes32[])
[0xca6437d4fa5dc8559565f70ae7c6f8ea4325275e25f178ad6c66810af2fe17dd]
totalSupply() view returns (uint256)
1924583085000000000000000000
Read-only
allowance(address from, address spender) view returns (uint256)
allowanceByPartition(bytes32 partition, address owner, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
balanceOfByPartition(bytes32 partition, address tokenHolder) view returns (uint256)
canImplementInterfaceForAddress(bytes32 interfaceHash, address) view returns (bytes32)
canOperatorTransferByPartition(bytes32 partition, address from, address to, uint256 value, bytes data, bytes operatorData) view returns (bytes1, bytes32, bytes32)
canTransferByPartition(bytes32 partition, address to, uint256 value, bytes data) view returns (bytes1, bytes32, bytes32)
controllersByPartition(bytes32 partition) view returns (address[])
getDocument(bytes32 shortName) view returns (string, bytes32, uint256)
isMinter(address account) view returns (bool)
isOperator(address operator, address tokenHolder) view returns (bool)
isOperatorForPartition(bytes32 partition, address operator, address tokenHolder) view returns (bool)
partitionsOf(address tokenHolder) view returns (bytes32[])
totalSupplyByPartition(bytes32 partition) view returns (uint256)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
approveByPartition(bytes32 partition, address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
authorizeOperatorByPartition(bytes32 partition, address operator)
domainSeparator() returns (bytes32)
initExtention(address extension, address certificateSigner, uint8 certificateActivated, address[] controllers_)
issue(address tokenHolder, uint256 value, bytes data)
issueByPartition(bytes32 partition, address tokenHolder, uint256 value, bytes data)
migrate(address newContractAddress, bool definitive)
operatorRedeemByPartition(bytes32 partition, address tokenHolder, uint256 value, bytes operatorData)
operatorTransferByPartition(bytes32 partition, address from, address to, uint256 value, bytes data, bytes operatorData) returns (bytes32)
redeem(uint256 value, bytes data)
redeemByPartition(bytes32 partition, uint256 value, bytes data)
redeemFrom(address from, uint256 value, bytes data)
removeDocument(bytes32 shortName)
removeMinter(address account)
renounceControl()
renounceIssuance()
renounceMinter()
renounceOwnership()
revokeOperator(address operator)
revokeOperatorByPartition(bytes32 partition, address operator)
setControllers(address[] operators)
setDefaultPartitions(bytes32[] partitions)
setDocument(bytes32 shortName, string uri, bytes32 documentHash)
setPartitionControllers(bytes32 partition, address[] operators)
setTokenExtension(address extension, string interfaceLabel, bool removeOldExtensionRoles, bool addMinterRoleForExtension, bool addControllerRoleForExtension)
transfer(address to, uint256 value) returns (bool)
transferByPartition(bytes32 partition, address to, uint256 value, bytes data) returns (bytes32)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFromWithData(address from, address to, uint256 value, bytes data)
transferOwnership(address newOwner)
transferWithData(address to, uint256 value, bytes data)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalByPartition(bytes32 indexed partition, address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
AuthorizedOperatorByPartition(bytes32 indexed partition, address indexed operator, address indexed tokenHolder)
ChangedPartition(bytes32 indexed fromPartition, bytes32 indexed toPartition, uint256 value)
DocumentRemoved(bytes32 indexed name, string uri, bytes32 documentHash)
DocumentUpdated(bytes32 indexed name, string uri, bytes32 documentHash)
Issued(address indexed operator, address indexed to, uint256 value, bytes data)
IssuedByPartition(bytes32 indexed partition, address indexed operator, address indexed to, uint256 value, bytes data, bytes operatorData)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address indexed operator, address indexed from, uint256 value, bytes data)
RedeemedByPartition(bytes32 indexed partition, address indexed operator, address indexed from, uint256 value, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
RevokedOperatorByPartition(bytes32 indexed partition, address indexed operator, address indexed tokenHolder)
Transfer(address indexed from, address indexed to, uint256 value)
TransferByPartition(bytes32 indexed fromPartition, address operator, address indexed from, address indexed to, uint256 value, bytes data, bytes operatorData)
constructor(address newOwner, address seller)
This contract contains no fallback and receive objects.
This contract contains no error objects.