Autonolas Dynamic Contribution
Verified contract
Active on
Ethereum with 228 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 "Autonolas Dynamic Contribution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20043154 | 5 months ago | | | 0 | 0.00080818294 | |
| 19981447 | 6 months ago | | | 0 | 0.00082606823 | |
| 19979624 | 6 months ago | | | 0 | 0.00049547518 | |
| 19979226 | 6 months ago | | | 0 | 0.0011991557 | |
| 19979222 | 6 months ago | | | 0 | 0.00031615668 | |
| 19978852 | 6 months ago | | | 0 | 0.00051673390 | |
| 19977573 | 6 months ago | | | 0 | 0.00076202423 | |
| 19976467 | 6 months ago | | | 0 | 0.0014669524 | |
| 19975654 | 6 months ago | | | 0 | 0.0012514044 | |
| 19974947 | 6 months ago | | | 0 | 0.00077469136 |
ABI
ABI objects
Getter at block 21213994
baseURI() view returns (string)
https://pfp.autonolas.tech/
name() view returns (string)
Autonolas Dynamic Contribution
owner() view returns (address)
0x3c1ff68f5aa342d296d4dee4bb1cacca912d95fe
symbol() view returns (string)
AUTONOLAS-DC
totalSupply() view returns (uint256)
220
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 id) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
changeOwner(address newOwner)
mint() returns (uint256 tokenId)
mintFor(address account) returns (uint256 tokenId)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string bURI)
transferFrom(address from, address to, uint256 id)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string baseURI)
OwnerUpdated(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _name, string _symbol, string _baseURI)
This contract contains no fallback and receive objects.
Overflow(uint256 provided, uint256 max)
OwnerOnly(address sender, address owner)
ReentrancyGuard()
WrongTokenId(uint256 provided)
ZeroAddress()
ZeroValue()