This contract is being backfilled. You may encounter incomplete storage history.

TomoChain

Verified contract

Active on Ethereum with 41,378 txns
Deployed by via 0xad70e725 at 10898126
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $229
ERC-20
Value $20.92
0x656d7de46b2e176bb9f97372ece39c3b00c329c72a002d646bb58c206faf5b0d
0x5aabc8dfd88c4a7b0bbaf4e76339ffa0b25d5b2044a945576095991f132ce442
0xe11f0fb409df5786071075a02f797c6764509d6888fad21f186c6caf0e2371d3
0x5368fb8ea5214f23dcef3b757f4a832935e90df2d7e170ef0f1959b93723407b
0xae93d175c436d27face2c19720f9c64f2c6b2cba3092f7dfc982c28eebf0e453
0x632495f36269f33fd686f53d02402967c1889eeb6684cfe47c229126a82d46a0
0x94da04e68acc7bc34a21d9ddcf93759f77ea93cba0fad10847e084015371c58f
0x5ff201df36fde1bb92be47e1c83e3abd131d40d7aba5b04fea3e464f9c4a9706
0x777a68994e1a98d40b12345c86d3e3d883b08c46b750babeb344251741c495d7
0xf3b714877bcc82965c1fec31f92f935cc5c8ffed1910be56a2119eea166415aa

Functions
Getter at block 20792422
MAX_OWNER_COUNT(view returns (uint256)
50
WITHDRAW_FEE(view returns (uint256)
0
decimals(view returns (uint8)
18
getBurnCount(view returns (uint256)
2294
getOwners(view returns (address[])
[0x3f4F06362Bd406174A9af180985583713324e533, 0x92bd014F5a276d7b243E5e3ab8736467015426eF]
issuer(view returns (address)
0x16ff6f4dbd88a3b99b5dea9be01ce6257b1adab4
name(view returns (string)
TomoChain
required(view returns (uint256)
1
symbol(view returns (string)
TOMOE
totalSupply(view returns (uint256)
43040536858694370753454957
transactionCount(view returns (uint256)
3633
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
burnList(uint256view returns (uint256 valueaddress burnerbytes data)
confirmations(uint256addressview returns (bool)
getBurn(uint256 burnIdview returns (address _burneruint256 _valuebytes _data)
getConfirmationCount(uint256 transactionIdview returns (uint256 count)
getConfirmations(uint256 transactionIdview returns (address[] _confirmations)
getTransactionCount(bool pendingbool executedview returns (uint256 count)
getTransactionIds(uint256 fromuint256 tobool pendingbool executedview returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionIdview returns (bool)
isOwner(addressview returns (bool)
owners(uint256view returns (address)
transactions(uint256view returns (address destinationuint256 valuebytes databool executed)
State-modifying
addOwner(address owner
approve(address spenderuint256 valuereturns (bool)
burn(uint256 valuebytes data
changeRequirement(uint256 _required
confirmTransaction(uint256 transactionId
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
executeTransaction(uint256 transactionId
increaseAllowance(address spenderuint256 addedValuereturns (bool)
removeOwner(address owner
replaceOwner(address owneraddress newOwner
revokeConfirmation(uint256 transactionId
setWithdrawFee(uint256 withdrawFee
submitTransaction(address destinationuint256 valuebytes datareturns (uint256 transactionId)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferIssuer(address newIssuer
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Confirmation(address indexed senderuint256 indexed transactionId
Execution(uint256 indexed transactionId
ExecutionFailure(uint256 indexed transactionId
OwnerAddition(address indexed owner
OwnerRemoval(address indexed owner
RequirementChange(uint256 required
Revocation(address indexed senderuint256 indexed transactionId
Submission(uint256 indexed transactionId
TokenBurn(uint256 indexed burnIDaddress indexed burneruint256 valuebytes data
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address[] _ownersuint256 _requiredstring _namestring _symboluint8 _decimalsuint256 capuint256 withdrawFee
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.