ART Token
Verified contract
Active on
Ethereum with 19,945 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 3.07 | $0.002837 |
$0.01 | |
ART | ERC-20 | 285.43875B | -- | -- | |
STT | ERC-20 | 99.263859 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15810435 | 2 years ago | | | 0 | 0.00065346418 | |
| 12755625 | 3 years ago | | | 0 | 0.00056074480 | |
| 12654416 | 3 years ago | | | 0 | 0.00047320000 | |
| 12247412 | 4 years ago | | | 0 | 0.0033863160 | |
| 11942879 | 4 years ago | | | 0 | 0.0035630000 | |
| 11902224 | 4 years ago | | | 0 | 0.0057298780 | |
| 11859873 | 4 years ago | | | 0 | 0.0035217280 | |
| 11821899 | 4 years ago | | | 0 | 0.010233312 | |
| 11593183 | 4 years ago | | | 0 | 0.0039193000 | |
| 11590529 | 4 years ago | | | 0 | 0.0044792000 |
ABI
ABI objects
Getter at block 21260058
aAmt() view returns (uint256)
2500000
aCap() view returns (uint256)
25000
aEBlock() view returns (uint256)
9909289
aSBlock() view returns (uint256)
9309289
aTot() view returns (uint256)
4164
decimals() view returns (uint8)
0
name() view returns (string)
ART Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x5051b885ac268cf73c8169fa2a5ac947ce64cdb1
sCap() view returns (uint256)
10000
sChunk() view returns (uint256)
250000000
sEBlock() view returns (uint256)
9909289
sPrice() view returns (uint256)
10000000000000000
sSBlock() view returns (uint256)
9309289
sTot() view returns (uint256)
597
symbol() view returns (string)
ART
totalSupply() view returns (uint256)
1000000000000
viewAirdrop() view returns (uint256 StartBlock, uint256 EndBlock, uint256 DropCap, uint256 DropCount, uint256 DropAmount)
(StartBlock=9309289, EndBlock=9909289, DropCap=25000, DropCount=4164, DropAmount=2500000)
viewSale() view returns (uint256 StartBlock, uint256 EndBlock, uint256 SaleCap, uint256 SaleCount, uint256 ChunkSize, uint256 SalePrice)
(StartBlock=9309289, EndBlock=9909289, SaleCap=10000, SaleCount=597, ChunkSize=250000000, SalePrice=10000000000000000)
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
clearETH()
getAirdrop(address _refer) returns (bool success)
startAirdrop(uint256 _aSBlock, uint256 _aEBlock, uint256 _aAmt, uint256 _aCap)
startSale(uint256 _sSBlock, uint256 _sEBlock, uint256 _sChunk, uint256 _sPrice, uint256 _sCap)
tokenSale(address _refer) payable returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.