Archloot
Verified contract
Active on
Ethereum with 1,071 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
Balances ($0.00)
No balances found for "Archloot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265546 | 2 days ago | | | 0 | 0.0012096512 | |
| 21265217 | 2 days ago | | | 0 | 0.00080851233 | |
| 21265216 | 2 days ago | | | 0 | 0.00074423504 | |
| 21244012 | 5 days ago | | | 0 | 0.00067255521 | |
| 21244006 | 5 days ago | | | 0 | 0.00084862625 | |
| 21236872 | 6 days ago | | | 0 | 0.00094054976 | |
| 21235650 | 6 days ago | | | 0 | 0.00066029657 | |
| 21235649 | 6 days ago | | | 0 | 0.00060879963 | |
| 21234626 | 6 days ago | | | 0 | 0.00059843300 | |
| 21232223 | 6 days ago | | | 0 | 0.00032738891 |
ABI
ABI objects
Getter at block 21277621
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Archloot
owner() view returns (address)
0x4ab4d43cc25c026f8047b76ed6b58203acfdbc4a
symbol() view returns (string)
AL
totalSupply() view returns (uint256)
992464664450096285262061881
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blackList(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint256 cap_, address owner_)
lockAddress(address haker)
mint(address account, uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unLockAddress(address haker)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 cap_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.