Quantland
Verified contract
Active on
Ethereum with 1,224 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 "Quantland"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162055 | 23 days ago | | | 0 | 0.00061459397 | |
| 21162051 | 23 days ago | | | 0 | 0.00066841856 | |
| 21077117 | a month ago | | | 0 | 0.00056376046 | |
| 20996971 | a month ago | | | 0 | 0.00021891998 | |
| 20947192 | 2 months ago | | | 0 | 0.00022378506 | |
| 20934392 | 2 months ago | | | 0 | 0.00047619686 | |
| 20934390 | 2 months ago | | | 0 | 0.00048785179 | |
| 20799000 | 2 months ago | | | 0 | 0.00058454193 | |
| 20777502 | 3 months ago | | | 0 | 0.00023345739 | |
| 20720819 | 3 months ago | | | 0 | 0.00026495835 |
ABI
ABI objects
Getter at block 21324663
decimals() view returns (uint8)
9
name() view returns (string)
Quantland
owner() view returns (address)
0x069ba4297ea3b2e23295e7baccde5d15aac1b5bb
symbol() view returns (string)
QLT
totalSupply() view returns (uint256)
64063539214163
Read-only
allowance(address owner, address spender) view returns (uint256)
authorizedMinters(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events addAuthorizedMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeAuthorizedMinter(address account)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(uint256 amount)
Mint(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.