Magic Token
Verified contract
Active on
Ethereum with 66 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($348.27)
Native
Value
$348.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.11 | $3,166.08 |
$348.27 | |
TMC | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7320073 | 6 years ago | | | 0 | 0.000056066000 | |
| 7320073 | 6 years ago | | | 0 | 0.000043954000 | |
| 6946657 | 6 years ago | | | 0 | 0.000034661000 | |
| 6946637 | 6 years ago | | | 0 | 0.0012789490 | |
| 5744003 | 6 years ago | | | 0.11 | 0.0013850970 | |
| 5744002 | 6 years ago | | | 0 | 0.00022275000 | |
| 5742881 | 6 years ago | | | 0 | 0.00076945500 | |
| 5742719 | 6 years ago | | | 0 | 0.00045322000 | |
| 5741588 | 6 years ago | | | 0 | 0.0015064400 | |
| 5741550 | 6 years ago | | | 0 | 0.0018000000 |
ABI
ABI objects
Getter at block 21180940
amountRaised() view returns (uint256)
10000000000000000
artist() view returns (address)
0x5d1e35260f04995b4484a6d46f0eaba603392237
auctionDuration() view returns (uint256)
1814400
auctionEndTime() view returns (uint256)
1530115285
auctionWinnerMessageHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
cleanupDelay() view returns (uint256)
15778463
contributorsCount() view returns (uint256)
1
currentState() view returns (uint8)
4
decimals() view returns (uint8)
0
descriptionHash() view returns (bytes32 descriptionHash, uint256 timestamp)
(descriptionHash=0x5d1e35260f04995b4484a6d46f0eaba603392237000000000000000000000000, timestamp=1506694282)
freePeriodDuration() view returns (uint256)
15778463
freePeriodEndTime() view returns (uint256)
1522474054
getContractState() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, address, uint256, uint8, uint256, uint256, uint256)
(1506695591, 1814400, 1530115285, 750, 50, 200, 10000000000000000, 0x2577a8539cb2194acd72f035dbb691ce5f406d3f, 161764705882352941, 4, 25, 10, 1522474054)
highestBid() view returns (uint256)
161764705882352941
highestBidder() view returns (address)
0x2577a8539cb2194acd72f035dbb691ce5f406d3f
icoDuration() view returns (uint256)
600
icoEndTime() view returns (uint256)
1506695591
minBidPercentage() view returns (uint256)
10
minEthAmount() view returns (uint256)
5000000000000000
name() view returns (string)
Magic Token
nextContributorIndexToBeGivenTokens() view returns (uint256)
1
symbol() view returns (string)
TMC
tokensDistributedToContributors() view returns (uint256)
200
tokensForArtist() view returns (uint256)
750
tokensForIco() view returns (uint256)
200
tokensForTrivial() view returns (uint256)
50
tokensPercentageForKeyHolder() view returns (uint256)
25
totalPayments() view returns (uint256)
0
totalSupply() view returns (uint256)
1000
trivial() view returns (address)
0x5d1e35260f04995b4484a6d46f0eaba603392237
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
checkContribution(address contributor) view returns (uint256)
contributions(address) view returns (uint256)
contributors(uint256) view returns (address)
descriptionHashHistory(uint256) view returns (bytes32 descriptionHash, uint256 timestamp)
payments(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
bidInAuction() payable
canStartAuction() returns (bool)
contributeInIco() payable
distributeTokens(uint256 contributorsNumber)
finishAuction()
finishIco()
initOne(string _name, string _symbol, uint8 _decimals, uint256 _icoDuration, uint256 _auctionDuration, address _artist, address _trivial, bytes32 _descriptionHash)
initTwo(uint256 _totalSupply, uint256 _tokensForArtist, uint256 _tokensForTrivial, uint256 _tokensForIco, uint256 _minEthAmount, uint256 _minBidPercentage, uint256 _tokensPercentageForKeyHolder, uint256 _cleanupDelay, uint256 _freePeriodDuration)
killContract()
setAuctionWinnerMessageHash(bytes32 _auctionWinnerMessageHash)
setDescriptionHash(bytes32 _descriptionHash)
startAuction()
startIco()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
withdrawPayments()
withdrawShares(address holder)
Approval(address indexed owner, address indexed spender, uint256 value)
AuctionFinished(address highestBidder, uint256 highestBid)
AuctionStarted(uint256 auctionEndTime)
HighestBidChanged(address highestBidder, uint256 highestBid)
IcoCancelled()
IcoContributed(address contributor, uint256 amountContributed, uint256 amountRaised)
IcoFinished(uint256 amountRaised)
IcoStarted(uint256 icoEndTime)
Transfer(address indexed from, address indexed to, uint256 value)
WinnerProvidedHash()
constructor()
fallback()
This contract contains no error objects.