AvantGarde
Verified contract
Active on
Ethereum with 359 txns
Balances ($4,956.34)
Native
Value
$4,956.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.3685 | $3,621.73 |
$4,956.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17765398 | a year ago | | | 0 | 0.0017955724 | |
| 15980455 | 2 years ago | | | 0 | 0.00070585632 | |
| 15804281 | 2 years ago | | | 0 | 0.00091683900 | |
| 15087080 | 2 years ago | | | 0 | 0.00097982283 | |
| 15057242 | 2 years ago | | | 0 | 0.0011064461 | |
| 14656325 | 3 years ago | | | 0 | 0.0044049935 | |
| 14585698 | 3 years ago | | | 0.16731 | 0.0078901810 | |
| 14585658 | 3 years ago | | | 0.15884 | 0.0070526808 | |
| 14123703 | 3 years ago | | | 0 | 0.0086682960 | |
| 13885003 | 3 years ago | | | 0.15884 | 0.012747406 |
ABI
ABI objects
Getter at block 21285135
currentBurnPrice() view returns (uint256)
115600000000000000
currentMintPrice() view returns (uint256, uint256)
(122500000000000000, 12250000000000000)
currentMintWithFeesPrice() view returns (uint256)
134750000000000000
currentPrice() view returns (uint256)
122500000000000000
feesReceiver() view returns (address)
0x7b7e9410a2245459b7270140c45f55ddaef58392
manager() view returns (address)
0x2a3624b3c2d5492c5ed6001d078455c5c10de617
name() view returns (string)
AvantGarde
symbol() view returns (string)
AVG
totalSupply() view returns (uint256 _value)
34
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPriceFor(uint256 _current) pure returns (uint256 _currentPrice, uint256 _fees)
mintWithFeesPriceFor(uint256 _current) pure returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
priceFor(uint256 _current) pure returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId, uint256 _minBurnPrice) returns (bool)
changeFeesReceiver(address _newFeesReceiver) returns (bool)
changeManager(address _newManager) returns (bool)
mint(string _uri, bytes _signature) payable returns (uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burned(uint256 indexed tokenId, uint256 indexed burnPrice)
Minted(uint256 indexed tokenId, uint256 indexed mintPrice)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _manager, address _feesReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.