Anchor Neural World Token
Verified contract
Active on
Ethereum with 9,046 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
-
variable spans 1 additional slot
No balances found for "Anchor Neural World Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098872 | 8 days ago | | | 0 | 0.00036280681 | |
| 21098870 | 8 days ago | | | 0 | 0.00023239448 | |
| 21097675 | 8 days ago | | | 0 | 0.00019097942 | |
| 21095292 | 9 days ago | | | 0 | 0.00026406323 | |
| 21094096 | 9 days ago | | | 0 | 0.0011175707 | |
| 21092930 | 9 days ago | | | 0 | 0.00040707165 | |
| 21092901 | 9 days ago | | | 0 | 0.00046408414 | |
| 21089313 | 10 days ago | | | 0 | 0.00026703313 | |
| 21084524 | 10 days ago | | | 0 | 0.00052357302 | |
| 21083332 | 10 days ago | | | 0 | 0.00027304319 |
ABI
ABI objects
Getter at block 21157730
currentProposal() view returns (bool isActive, string state, address proposalAddress, uint256 mintAmount, uint256 endTime, uint256 remainingTime, uint256 agree, uint256 disagree, bool isSuccess)
(isActive=false, state=closed, proposalAddress=0x0000000000000000000000000000000000000000, mintAmount=0, endTime=0, remainingTime=0, agree=0, disagree=0, isSuccess=false)
currentProposalID() view returns (uint256 proposalId)
0
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
1000000000
issuingCompany() view returns (string)
Huimin World Holdings Limited
issuingCountry() view returns (string)
Hongkong
name() view returns (string)
Anchor Neural World Token
paused() view returns (bool)
false
symbol() view returns (string)
ANW
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getProposal(uint256 proposalId) view returns (bool isActive, string state, address proposalAddress, uint256 mintAmount, uint256 endTime, uint256 remainingTime, uint256 agree, uint256 disagree, bool isSuccess)
getVote(address voter, uint256 proposalId) view returns (bool vote, uint256 amount, bool retrieved)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
isRecoverer(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
addRecoverer(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount) returns (bool)
burnFrom(address account, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintProposal(uint256 amount, uint256 duration) returns (bool)
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
releaseProposal() returns (bool)
renounceMinter()
renouncePauser()
renounceRecoverer()
retrieve(uint256 proposalId)
retrieveAll()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
voting(bool vote, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MintProposal(uint256 indexed proposalId, address proposalAddress, uint256 amount, uint256 endTime)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RecovererAdded(address indexed account)
RecovererRemoved(address indexed account)
ReleaseProposal(uint256 indexed proposalId, address proposalAddress, uint256 amount, bool isSuccess)
Retrieved(uint256 indexed proposalId, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Voted(address indexed voter, uint256 proposalId, bool vote, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.