DOMUSCOINS Token
Verified contract
Active on
Ethereum with 12 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 "DOMUSCOINS Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7758593 | 6 years ago | | | 0 | 0.00022360000 | |
| 5628843 | 7 years ago | | | 0 | 0.00025870602 | |
| 5628790 | 7 years ago | | | 0 | 0.00078732000 | |
| 5311733 | 7 years ago | | | 0 | 0.000078590400 | |
| 5311453 | 7 years ago | | | 0 | 0.00016251440 | |
| 5294875 | 7 years ago | | | 0 | 0.00018680000 | |
| 5289196 | 7 years ago | | | 0 | 0.0015343840 | |
| 5288968 | 7 years ago | | | 0 | 0.000099088000 | |
| 5283168 | 7 years ago | | | 0 | 0.0015317600 | |
| 5283025 | 7 years ago | | | 0 | 0.00020944000 |
ABI
ABI objects
Getter at block 21331257
DECIMALSFACTOR() view returns (uint256)
1000000000000000000
PUBLIC_RESERVED() view returns (address)
0xcd6b3d0c0dd850bad071cd20e428940d2e25120f
PUBLIC_RESERVED_PERSENTAGE() view returns (uint256)
9000
TOKEN_DECIMALS() view returns (uint8)
18
TOKEN_NAME() view returns (string)
DOMUSCOINS Token
TOKEN_SYMBOL() view returns (string)
DOC
TOKEN_TOTALSUPPLY() view returns (uint256)
1000000000000000000000000000
currentTime() view returns (uint256)
1733340887
decimals() view returns (uint8)
18
name() view returns (string)
DOMUSCOINS Token
owner() view returns (address)
0xcd6b3d0c0dd850bad071cd20e428940d2e25120f
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
publicReservedAddress() view returns (address)
0xcd6b3d0c0dd850bad071cd20e428940d2e25120f
publicReservedToken() view returns (uint256)
900000000000000000000000000
symbol() view returns (string)
DOC
tokenConversionFactor() view returns (uint256)
10000
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
BOARD_RESERVED(uint256) view returns (address)
BOARD_RESERVED_PERSENTAGE(uint256) view returns (uint256)
BOARD_RESERVED_YEARS(uint256) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
isOwner(address _address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
cancelOwnershipTransfer() returns (bool)
completeOwnershipTransfer() returns (bool)
initiateOwnershipTransfer(address _proposedOwner) returns (bool)
reclaimTokens() returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
OwnershipTransferCanceled()
OwnershipTransferCompleted(address indexed _newOwner)
OwnershipTransferInitiated(address indexed _proposedOwner)
TokensReclaimed(uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.