Ludos Protocol
Verified contract
Active on
Ethereum with 7,060 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 |
---|---|---|---|---|---|
0xb31c…2725 | ERC-20 | 212.5K | -- | -- | |
SILK | ERC-20 | 83.21K | -- | -- | |
Xmc | ERC-20 | 4.024K | -- | -- | |
CTH | ERC-20 | 2.02K | -- | -- | |
IN | ERC-20 | 400 | -- | -- | |
TRIO | ERC-20 | 350 | -- | -- | |
LUD | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090080 | 9 days ago | | | 0 | 0.00026393419 | |
| 21077861 | 11 days ago | | | 0 | 0.00040686306 | |
| 20695782 | 2 months ago | | | 0 | 0.000049366704 | |
| 19834806 | 6 months ago | | | 0 | 0.00020610325 | |
| 18733121 | a year ago | | | 0 | 0.0020639010 | |
| 18520457 | a year ago | | | 0 | 0.0021206725 | |
| 17889355 | a year ago | | | 0 | 0.00064989735 | |
| 17889353 | a year ago | | | 0 | 0.00058870224 | |
| 17640990 | a year ago | | | 0 | 0.00069970000 | |
| 17638968 | a year ago | | | 0 | 0.00069946000 |
ABI
ABI objects
Getter at block 21157975
INITIAL_SUPPLY() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000000
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Ludos Protocol
owner() view returns (address)
0x824d689ab11e8aacf6961f2d3aea304bd22f8cdb
paused() view returns (bool)
false
symbol() view returns (string)
LUD
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchFreeze(address[] _addresses, bool _freeze)
batchTransfer(address[] _receivers, uint256 _value) returns (bool)
batchTransferValues(address[] _receivers, uint256[] _values) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.