Contango Position
Verified contract
Active on
Ethereum with 96 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Contango Position"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21136128 | 6 days ago | | | 0 | 0.057216267 | |
| 21136123 | 6 days ago | | | 0 | 0.045530150 | |
| 21136120 | 6 days ago | | | 0 | 0.028440366 | |
| 21110399 | 9 days ago | | | 0 | 0.0040147799 | |
| 21110093 | 9 days ago | | | 0 | 0.00022647466 | |
| 21108943 | 9 days ago | | | 0 | 0.012380926 | |
| 21108251 | 10 days ago | | | 0 | 0.027659323 | |
| 21089444 | 12 days ago | | | 0 | 0.023090387 | |
| 21088453 | 12 days ago | | | 0 | 0.023772984 | |
| 21086754 | 13 days ago | | | 0 | 0.040712263 |
ABI
ABI objects
Getter at block 21176341
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
counter() view returns (uint256)
1497
name() view returns (string)
Contango Position
symbol() view returns (string)
CTGP
Read-only
balanceOf(address owner) view returns (uint256)
contangoContracts(address contractAddr) view returns (bool enabled)
exists(bytes32 positionId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
positionOwner(bytes32 positionId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(bytes32 positionId)
grantRole(bytes32 role, address account)
mint(bytes32 positionId, address to) returns (bytes32 positionId_)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContangoContract(address contractAddr, bool enabled)
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)
ContangoContractSet(address indexed contractAddr, bool indexed enabled)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address timelock)
This contract contains no fallback and receive objects.
InvalidPositionId()
InvalidUInt48(uint256 n)