DOMUSCOINS Token
Verified contract
Active on
Ethereum with 1,540 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- | |
DOC | ERC-20 | 39 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8219113 | 5 years ago | | | 0 | 0.00018680000 | |
| 8148835 | 5 years ago | | | 0 | 0.00064556403 | |
| 7917618 | 5 years ago | | | 0 | 0.000011208146 | |
| 7724328 | 6 years ago | | | 0 | 0.00018844800 | |
| 7338538 | 6 years ago | | | 0 | 0.000044976000 | |
| 6908909 | 6 years ago | | | 0 | 0.00026196800 | |
| 6870876 | 6 years ago | | | 0 | 0.00011212000 | |
| 6580722 | 6 years ago | | | 0 | 0.0015343840 | |
| 6558303 | 6 years ago | | | 0 | 0.0015370080 | |
| 6545959 | 6 years ago | | | 0 | 0.0015370080 |
ABI
ABI objects
Getter at block 21169385
DECIMALSFACTOR() view returns (uint256)
1000000000000000000
PUBLIC_RESERVED() view returns (address)
0x347364f2bc343f6c676620d09eb9c37431dbee60
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)
1731387731
decimals() view returns (uint8)
18
name() view returns (string)
DOMUSCOINS Token
owner() view returns (address)
0x347364f2bc343f6c676620d09eb9c37431dbee60
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
publicReservedAddress() view returns (address)
0x347364f2bc343f6c676620d09eb9c37431dbee60
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.