Ledgity Token
Verified contract
Active on
Ethereum with 1,602 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LDY | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21291610 | 3 hours ago | | | 0 | 0.00031202195 | |
| 21290828 | 6 hours ago | | | 0 | 0.00015059766 | |
| 21288361 | 14 hours ago | | | 0 | 0.00058514616 | |
| 21275990 | 2 days ago | | | 0 | 0.00042886450 | |
| 21273940 | 3 days ago | | | 0 | 0.00051606817 | |
| 21273014 | 3 days ago | | | 0 | 0.00074095014 | |
| 21270947 | 3 days ago | | | 0 | 0.00047578064 | |
| 21267569 | 3 days ago | | | 0 | 0.00048090960 | |
| 21266805 | 4 days ago | | | 0 | 0.00068269833 | |
| 21266727 | 4 days ago | | | 0 | 0.00065623008 |
ABI
ABI objects
Getter at block 21292561
decimals() view returns (uint8)
18
getBurners() view returns (address[])
[]
getMinters() view returns (address[])
[0x30Fa557608017afB6E8e4ABe8027787C00473FF0]
maxSupply() view returns (uint256)
75000000000000000000000000
name() view returns (string)
Ledgity Token
owner() view returns (address)
0x30fa557608017afb6e8e4abe8027787c00473ff0
symbol() view returns (string)
LDY
totalSupply() view returns (uint256)
75000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBurner(address burner) view returns (bool)
isMinter(address minter) view returns (bool)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool success)
grantBurnRole(address burner)
grantMintAndBurnRoles(address burnAndMinter)
grantMintRole(address minter)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseApproval(address spender, uint256 addedValue)
mint(address account, uint256 amount)
revokeBurnRole(address burner)
revokeMintRole(address minter)
transfer(address to, uint256 amount) returns (bool)
transferAndCall(address to, uint256 amount, bytes data) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address to)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnAccessGranted(address indexed burner)
BurnAccessRevoked(address indexed burner)
MintAccessGranted(address indexed minter)
MintAccessRevoked(address indexed minter)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(string name, string symbol, uint8 decimals_, uint256 maxSupply_)
This contract contains no fallback and receive objects.
MaxSupplyExceeded(uint256 supplyAfterMint)
SenderNotBurner(address sender)
SenderNotMinter(address sender)