BLOCKLORDS
Verified contract
Active on
Ethereum with 18,160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($70.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LRDS | ERC-20 | 114.746 | $0.612972 |
$70.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247566 | 11 minutes ago | | | 0 | 0.00074766949 | |
| 21247459 | 33 minutes ago | | | 0 | 0.00035048207 | |
| 21247430 | 38 minutes ago | | | 0 | 0.00058763658 | |
| 21247425 | 39 minutes ago | | | 0 | 0.00041289152 | |
| 21247316 | an hour ago | | | 0 | 0.00040722774 | |
| 21247316 | an hour ago | | | 0 | 0.00040708964 | |
| 21247162 | 2 hours ago | | | 0 | 0.00059165546 | |
| 21246906 | 2 hours ago | | | 0 | 0.00039300508 | |
| 21246879 | 2 hours ago | | | 0 | 0.00077318723 | |
| 21246514 | 4 hours ago | | | 0 | 0.00042234999 |
ABI
ABI objects
Getter at block 21247620
bridgeAllowed() view returns (bool)
false
decimals() view returns (uint8)
18
limitSupply() view returns (uint256)
0
name() view returns (string)
BLOCKLORDS
owner() view returns (address)
0x22e56b1b2cd0d81af0674d50c2ff57f2c77be368
symbol() view returns (string)
LRDS
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bridges(address) view returns (bool)
originalMints(uint256) view returns (bool)
State-modifying
Events addBridge(address _bridge)
approve(address spender, uint256 amount) returns (bool)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseLimitSupply(uint256 amount)
mint(address to, uint256 amount)
mintAdvisors(address multisig)
mintCommunityConquest(address multisig)
mintDynastyIncentives(address multisig)
mintEmpireRewards(address multisig)
mintFoundationReserve(address multisig)
mintGameLaunchDrop(address multisig)
mintGrowthRound(address multisig)
mintLiquidity(address multisig)
mintPrivateRound(address multisig)
mintRulersBounty(address multisig)
mintSeasonBounty(address multisig)
mintSeedRound(address multisig)
mintStrategicRound(address multisig)
removeBridge(address _bridge)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddBridge(address indexed bridge)
Approval(address indexed owner, address indexed spender, uint256 value)
IncreaseLimitSupply(uint256 limitSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveBridge(address indexed bridge)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(bool _bridgeAllowed)
This contract contains no fallback and receive objects.
This contract contains no error objects.