Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Arc | ERC-20 | 3.604291M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17820669 | 4 months ago | | | 0 | 0.000000601586114000 | |
| 17820665 | 4 months ago | | | 0 | 0.000000601586114000 | |
| 17820659 | 4 months ago | | | 0 | 0.000000601586114000 | |
| 17820649 | 4 months ago | | | 0 | 0.000000601586114000 | |
| 15854450 | 6 months ago | | | 0 | 0.0000023315176 | |
| 15854422 | 6 months ago | | | 0 | 0.0000023426363 | |
| 15854381 | 6 months ago | | | 0 | 0.0000023439818 | |
| 15854354 | 6 months ago | | | 0 | 0.0000023386400 | |
| 15854327 | 6 months ago | | | 0 | 0.0000023476221 | |
| 15854295 | 6 months ago | | | 0 | 0.0000023468308 |
ABI
ABI objects
Getter at block 23127017 totalSupply() view returns (uint256)
admin() view returns (address)
0x365212ecc6715a561c1ec128fcc3aed9dbf3c404
artProxy() view returns (address)
0xf070654b08595f8f358ff90170829892f3254c67
block_number() view returns (uint256)
23127017
decimals() view returns (uint8)
18
epoch() view returns (uint256)
974
name() view returns (string)
veArc
supply() view returns (uint256)
17711695727710655108514645
symbol() view returns (string)
veArc
token() view returns (address)
0x684802262d614d0cd0c9571672f03dd9e85d7824
version() view returns (string)
1.1.0
voter() view returns (address)
0xa978ace8d8809213cd5e6212197196cb847129e9
Read-only
attachments(uint256) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balanceOfAtNFT(uint256 _tokenId, uint256 _block) view returns (uint256)
balanceOfNFT(uint256 _tokenId) view returns (uint256)
balanceOfNFTAt(uint256 _tokenId, uint256 _t) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
get_last_user_slope(uint256 _tokenId) view returns (int128)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isApprovedOrOwner(address _spender, uint256 _tokenId) view returns (bool)
isVoteExpired(uint256 _tokenId) view returns (bool)
locked(uint256) view returns (int128 amount, uint256 end)
locked__amount(uint256 _tokenId) view returns (uint256)
locked__end(uint256 _tokenId) view returns (uint256)
ownerOf(uint256 _tokenId) view returns (address)
ownership_change(uint256) view returns (uint256)
point_history(uint256) view returns (int128 bias, int128 slope, uint256 ts, uint256 blk)
slope_changes(uint256) view returns (int128)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenOfOwnerByIndex(address _owner, uint256 _tokenIndex) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
totalSupplyAt(uint256 _block) view returns (uint256)
totalSupplyAtT(uint256 t) view returns (uint256)
user_point_epoch(uint256) view returns (uint256)
user_point_history(uint256, uint256) view returns (int128 bias, int128 slope, uint256 ts, uint256 blk)
user_point_history__ts(uint256 _tokenId, uint256 _idx) view returns (uint256)
voteExpiry(uint256 _tokenId) view returns (uint256)
voted(uint256) view returns (bool)
State-modifying
Events abstain(uint256 _tokenId)
approve(address _approved, uint256 _tokenId)
attach(uint256 _tokenId)
burn(uint256 _tokenId)
checkpoint()
create_lock(uint256 _value, uint256 _lock_duration) returns (uint256)
create_lock_for(uint256 _value, uint256 _lock_duration, address _to) returns (uint256)
deposit_for(uint256 _tokenId, uint256 _value)
detach(uint256 _tokenId)
increase_amount(uint256 _tokenId, uint256 _value)
increase_unlock_time(uint256 _tokenId, uint256 _lock_duration)
lockVote(uint256 _tokenId)
merge(uint256 _from, uint256 _to)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setAdmin(address _admin)
setApprovalForAll(address _operator, bool _approved)
setArtProxy(address _proxy)
setVoter(address _voter)
transferFrom(address _from, address _to, uint256 _tokenId)
voting(uint256 _tokenId)
withdraw(uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burn(address indexed provider, uint256 tokenId, uint256 value, uint256 ts)
Deposit(address indexed provider, uint256 tokenId, uint256 value, uint256 indexed locktime, uint8 deposit_type, uint256 ts)
Supply(uint256 prevSupply, uint256 supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address indexed provider, uint256 tokenId, uint256 value, uint256 ts)
constructor(address token_addr, address art_proxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.