Artemis Vision
Verified contract
Active on
Ethereum with 1,113 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 "Artemis Vision"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288538 | 18 hours ago | | | 0 | 0.00044797557 | |
| 21253006 | 6 days ago | | | 0 | 0.00048327986 | |
| 21252775 | 6 days ago | | | 0 | 0.00060529492 | |
| 21239327 | 8 days ago | | | 0 | 0.00055667859 | |
| 21222222 | 10 days ago | | | 0 | 0.00095374426 | |
| 21221867 | 10 days ago | | | 0 | 0.00041675114 | |
| 21203071 | 13 days ago | | | 0 | 0.00054986766 | |
| 21191600 | 14 days ago | | | 0 | 0.00069627086 | |
| 21176854 | 16 days ago | | | 0 | 0.00085045614 | |
| 21174456 | 17 days ago | | | 0 | 0.0012865135 |
ABI
ABI objects
Getter at block 21293793
DEVELOPMENT_RESERVE() view returns (uint256)
200000000000000000000000
MARKETING_AND_LISTING_RESERVE() view returns (uint256)
400000000000000000000000
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000
MINTABLE_SUPPLY() view returns (uint256)
7000000000000000000000000
PARTNERSHIP_INTERGRATION_RESERVE() view returns (uint256)
490000000000000000000000
STAKING_RESERVE() view returns (uint256)
0
TEAM_AND_ADVISOR_RESERVE() view returns (uint256)
240000000000000000000000
TOTAL_MINTABLE_MINTED() view returns (uint256)
3500000000000000000000000
_developmentWallet() view returns (address)
0xe24d3e354373fa9b1f32f0951a733bae9929165f
_marketingWallet() view returns (address)
0x91f79ab6d8c6115f132d0f3fa3d870298d277ec9
_partnershipIntegrationWallet() view returns (address)
0x7f77d5aecc16eabf1f2b831bc68b2c0d546ac001
_stakingWallet() view returns (address)
0xb469a455b5b356a7dd29143c3c03f81d73e1d6d6
_teamWallet() view returns (address)
0x6a2316ed9a4c9b83c019c77f9c39deb93d334234
decimals() view returns (uint8)
18
last_development_withdrawal_time() view returns (uint256)
0
name() view returns (string)
Artemis Vision
owner() view returns (address)
0x3a7dce7e510458ad6434519699a08219ba3fb6fa
symbol() view returns (string)
ARV
totalSupply() view returns (uint256)
5170000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
claimDevelopmentTokens()
claimMarketingTokens()
claimPartnershipAndIntegrationTokens()
claimStakingTokens()
claimTeamTokens()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
recoverERC20(uint256 tokenAmount)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address stakingWallet, address teamWallet, address developmentWallet, address marketingWallet, address partnershipIntegrationWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.